Re: [OE-core] [wic][PATCH] wic: selftest: add test for mksystemd-bootdisk

2016-09-30 Thread Ed Bartosh
On Thu, Sep 29, 2016 at 03:48:59PM +0100, Burton, Ross wrote: > On 29 September 2016 at 09:38, Ed Bartosh > wrote: > > > +def test_mksystemd_bootdisk(self): > > +"""Test creation of mksystemd-bootdisk image""" > > +image = "mksystemd-bootdisk" > > +self.assertEqual(0,

Re: [OE-core] [wic][PATCH] wic: selftest: add test for mksystemd-bootdisk

2016-09-29 Thread Burton, Ross
On 29 September 2016 at 09:38, Ed Bartosh wrote: > +def test_mksystemd_bootdisk(self): > +"""Test creation of mksystemd-bootdisk image""" > +image = "mksystemd-bootdisk" > +self.assertEqual(0, runCmd("wic create %s -e core-image-minimal" \ > +

[OE-core] [wic][PATCH] wic: selftest: add test for mksystemd-bootdisk

2016-09-29 Thread Ed Bartosh
Test creation of mksystemd-bootdisk image. Signed-off-by: Ed Bartosh --- meta/lib/oeqa/selftest/wic.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index e550785..6012abc 100644 --- a/meta/lib/oeqa/selftest/wic.py +++ b/