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

Ed Bartosh ed.bartosh at linux.intel.com
Fri Sep 30 08:35:54 UTC 2016


On Thu, Sep 29, 2016 at 03:48:59PM +0100, Burton, Ross wrote:
> On 29 September 2016 at 09:38, Ed Bartosh <ed.bartosh at linux.intel.com>
> 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" \
> > +                                   % image).status)
> > +        self.assertEqual(1, len(glob(self.resultdir + "%s-*direct" %
> > image)))
> >
> 
> Jianxun sent a patch to rename this image to just systemd-bootdisk, do you
> agree with this rename (so can you update the patch) or do you think we
> should not rename?
> 

I agree with rename. I'll send updated patchset after Jianxun patch is
merged.

-- 
Regards,
Ed



More information about the Openembedded-core mailing list