Re: [OE-core] [PATCH V4 1/2] imagefeatures.py: Added testcase to track IMAGE_GEN_DEBUGFS

2017-12-11 Thread Burton, Ross
On 8 December 2017 at 21:03, Jair Gonzalez < jair.de.jesus.gonzalez.plascen...@linux.intel.com> wrote: > +def test_image_gen_debugfs(self): > +""" > +Summary: Check debugfs generation > +Expected:1. core-image-minimal can be build with > IMAGE_GEN_DEBUGFS

[OE-core] [PATCH V4 1/2] imagefeatures.py: Added testcase to track IMAGE_GEN_DEBUGFS

2017-12-08 Thread Jair Gonzalez
From: Humberto Ibarra Add new testcase to check varibale IMAGE_GEN_DEBUGFS. Test makes sure that debug filesystem is created accordingly. [YOCTO #10906] Signed-off-by: Humberto Ibarra ---