[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 --- meta/lib/oeqa/selftest/cases/imagefeatures.py | 21 + 1 file changed, 21 insertions(+

[OE-core] [PATCH V4 2/2] imagefeatures.py: Add id to tests missing it

2017-12-08 Thread Jair Gonzalez
This commit adds an id to the following tests: - test_useradd_static - test_image_gen_debugfs Signed-off-by: Jair Gonzalez --- meta/lib/oeqa/selftest/cases/imagefeatures.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa

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

2017-12-08 Thread Jair Gonzalez
:25:34 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jairglez/ImageGenDebugfs http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jairglez/ImageGenDebugfs Humberto Ibarra (1): imagefeatures.py: Added testcase to track IMAGE_GEN_DEBUGFS Jair

Re: [OE-core] ✗ patchtest: failure for QA: create unit tests for event module

2017-01-23 Thread Jair Gonzalez
o: openembedded-core@lists.openembedded.org; Jair Gonzalez > > Subject: Re: [OE-core] ✗ patchtest: failure for QA: create unit tests for > event > module > > Jair, patchtest failed because your series is intended for bitbake project, > not > oe-core. Please send your

[OE-core] [bitbake-selftest][PATCH 2/2] bitbake: selftest: add bb.tests.event to bitbake-selftest

2017-01-23 Thread Jair Gonzalez
Tests for bitbake event module were created on bb.tests.event. This change is to include them on the default test list in bitbake-selftest script. [YOCTO #10368] Signed-off-by: Jair Gonzalez --- bitbake/bin/bitbake-selftest | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbake/bin

[OE-core] [bitbake-selftest][PATCH 0/2] QA: create unit tests for event module

2017-01-23 Thread Jair Gonzalez
"pip3" as an essential host installation package (2017-01-20 11:57:25 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib jairglez/bbevents http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jairglez/bbevents Jair Gonzalez (2): bitbake: tes

[OE-core] [bitbake-selftest][PATCH 1/2] bitbake: tests: create unit tests for event module

2017-01-23 Thread Jair Gonzalez
ndler - unregister_UIHhandler - Testing event handling using: - class Event(object) - class OperationStarted(Event) - class OperationCompleted(Event) - class OperationProgress(Event) - class ConfigParsed(Event) [YOCTO #10368] Signed-off-by: Jair Gon

Re: [OE-core] [PATCH v2 0/4] selftest/wic: extending test coverage for WIC script options

2016-12-20 Thread Jair Gonzalez
> -Original Message- > From: Ed Bartosh [mailto:ed.bart...@linux.intel.com] > Sent: Tuesday, December 20, 2016 7:07 AM > To: Jair Gonzalez > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH v2 0/4] selftest/wic: extending test coverage > f

[OE-core] [PATCH v2 1/4] selftest/wic: adding Testopia ID numbers to test cases missing it

2016-12-19 Thread Jair Gonzalez
The following test cases were assigned an ID number on Testopia: 1496 Test generation of .bmap file 1560 Test creation of systemd-bootdisk image 1561 Test creation of sdimage-bootpart image Signed-off-by: Jair Gonzalez --- meta/lib/oeqa/selftest/wic.py | 3 +++ 1 file changed, 3 insertions

[OE-core] [PATCH v2 0/4] selftest/wic: extending test coverage for WIC script options

2016-12-19 Thread Jair Gonzalez
/poky-contrib/log/?h=jairglez/wictest Jair Gonzalez (4): selftest/wic: adding Testopia ID numbers to test cases missing it selftest/wic: code cleanup selftest/wic: reorganizing test methods by functionality selftest/wic: extending test coverage for WIC script options meta/lib/oeqa/selftest

[OE-core] [PATCH v2 4/4] selftest/wic: extending test coverage for WIC script options

2016-12-19 Thread Jair Gonzalez
list images 1556 Test wic list source-plugins 1557 Test wic listed images help 1558 Test debug 1563 Test skip build check 1564 Test build rootfs 1559 Test image vars directory selection 1562 Test alternate output directory Signed-off-by: Jair Gonzalez --- meta/lib/oeqa/selftest/wic.py

[OE-core] [PATCH v2 3/4] selftest/wic: reorganizing test methods by functionality

2016-12-19 Thread Jair Gonzalez
Part of the test methods were rearranged to group them by functionality and identify more easily opportunities to extend coverage. Signed-off-by: Jair Gonzalez --- meta/lib/oeqa/selftest/wic.py | 184 +- 1 file changed, 92 insertions(+), 92 deletions

[OE-core] [PATCH v2 2/4] selftest/wic: code cleanup

2016-12-19 Thread Jair Gonzalez
(self) Signed-off-by: Jair Gonzalez --- meta/lib/oeqa/selftest/wic.py | 107 +++--- 1 file changed, 48 insertions(+), 59 deletions(-) diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index 8c7aefa..d130ba2 100644 --- a/meta/lib/oeqa

Re: [OE-core] [PATCH] selftest/wic: extending test coverage for WIC script options

2016-12-13 Thread Jair Gonzalez
Hi Ed, Thank you for your response and suggestions. Below are my comments. > -Original Message- > From: Ed Bartosh [mailto:ed.bart...@linux.intel.com] > Sent: Tuesday, December 13, 2016 2:17 PM > To: Jair Gonzalez > Cc: openembedded-core@lists.openembedded.org > Sub

[OE-core] [PATCH] selftest/wic: extending test coverage for WIC script options

2016-12-13 Thread Jair Gonzalez
image-bootpart image Finally, part of the test methods were rearranged to group them by functionality, and some cleanup was made to improve the code's compliance with PEP8 style guide. Fixes [YOCTO 10594] Signed-off-by: Jair Gonzalez --- meta/lib/oeqa/selftest/wi

[OE-core] [PATCH 1/1] parselogs: Whitelist GPT warnings as the device is fully functional

2016-11-30 Thread Jair Gonzalez
mless, so it will be whitelisted. Fixes [YOCTO 10481]. Signed-off-by: Jair Gonzalez --- meta/lib/oeqa/runtime/parselogs.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py index 58f62da..8d396f8 1