Re: [OE-core] [[PATCH v2] oeqa/selftest/wic: add test case for sparse images

2015-12-30 Thread Ed Bartosh
Hi Joshua, Thank you for the patch! Signed-off-by: Ed Bartosh On Thu, Dec 17, 2015 at 07:43:41PM +, Joshua Lock wrote: > Add a testcase to build a directdisk image and check that the > used disk size is less than the apparent size, as wic now > assembles images as sparse files. > > Signed-

[OE-core] [[PATCH v2] oeqa/selftest/wic: add test case for sparse images

2015-12-17 Thread Joshua Lock
Add a testcase to build a directdisk image and check that the used disk size is less than the apparent size, as wic now assembles images as sparse files. Signed-off-by: Joshua Lock --- meta/lib/oeqa/selftest/wic.py | 13 + 1 file changed, 13 insertions(+) diff --git a/meta/lib/oeqa/