[OE-core] [PATCH v2] oeqa/selftest/kernel.py: Add new file destined for kernel related tests

2016-02-29 Thread Costin Constantin
is present in the stamps directory. After, core-image-minimal is built, ensuring linux-dummy can be used as a kernel substitute. Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- meta/lib/oeqa/selftest/kernel.py | 29 + 1 file changed, 29 inse

[OE-core] [PATCH v2] oe-selftest: Add support for lib/oeqa/selftest subdirectories

2016-02-22 Thread Costin Constantin
This patch adds functionality to allow creating subdirectories inside lib/oeqa/selftest for all layers present in BBLAYERS. Like this, test cases can be grouped into organized directories. Addresses [YOCTO #7865] Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- scri

[OE-core] [PATCH] oeqa/selftest/kernel.py: Add new file destined for kernel related tests [YP#7202]: Test for linux-dummy The new kernel.py file is intended for kernel related test cases. The test for

2016-02-21 Thread Costin Constantin
Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- meta/lib/oeqa/selftest/kernel.py | 29 + 1 file changed, 29 insertions(+) create mode 100644 meta/lib/oeqa/selftest/kernel.py diff --git a/meta/lib/oeqa/selftest/kernel.py b/meta/lib/oeqa/se

[OE-core] [PATCH] oeqa/utils/commands.py: eliminate import bb error [YP#9136] added bitbake/lib to sys.path

2016-02-18 Thread Costin Constantin
Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- meta/lib/oeqa/utils/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py index 32e001c..8220169 100644 --- a/meta/lib/oeqa/utils/commands.py +++

[OE-core] [PATCH] oe-selftest: Add support for lib/oeqa/selftest subdirectories

2016-02-09 Thread Costin Constantin
This patch adds functionality to allow creating subdirectories inside lib/oeqa/selftest for all layers present in BBLAYERS. Like this, test cases can be grouped into organized directories. Addresses [YOCTO #7865] Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- scri

[OE-core] [PATCH 06/13] oeqa/testimage: Added support for folder names in TEST_SUITES.

2016-01-24 Thread Costin Constantin
From: Lucian Musat You can add oeqa.runtime. and it will run all the tests found in it. Basically extends the functionality of feature [YOCTO #7834] Signed-off-by: Lucian Musat --- meta/classes/testimage.bbclass | 11 ++- 1 file

[OE-core] [PATCH 07/13] oeqa/runexported: Added support for folder names in TEST_SUITES.

2016-01-24 Thread Costin Constantin
From: Lucian Musat It can accept parameters like oeqa.runtime. and it will run all test files from that folder. Signed-off-by: Lucian Musat --- meta/lib/oeqa/runexported.py | 6 ++ 1 file changed, 6 insertions(+) diff --git

[OE-core] [PATCH 08/13] oeqa/runexported: The runner supports tests from other layers.

2016-01-24 Thread Costin Constantin
From: Lucian Musat It looks in "extralayers" folder if it can't find the test that needs to be run. Signed-off-by: Lucian Musat --- meta/lib/oeqa/runexported.py | 14 ++ 1 file changed, 14 insertions(+) diff --git

[OE-core] [PATCH 05/13] oeqa/runexported: Fix a problem with ssh_target_log symlink.

2016-01-24 Thread Costin Constantin
From: Lucian Musat Signed-off-by: Lucian Musat --- meta/lib/oeqa/runexported.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/runexported.py b/meta/lib/oeqa/runexported.py index d273d2f..f147089 100755 ---

[OE-core] [PATCH 03/13] utils/decorators.py: add TestNeedsBin() decorator

2016-01-24 Thread Costin Constantin
related binaries after finishing the test. Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- meta/lib/oeqa/utils/decorators.py | 58 +++ 1 file changed, 58 insertions(+) diff --git a/meta/lib/oeqa/utils/decorators.py b/meta/lib/oeqa

[OE-core] [PATCH 01/13] oeqa/utils/testexport.py: add functionality for exporting binaries

2016-01-24 Thread Costin Constantin
This new file is encapsulating functionality for both running tests with binaries support via TestNeedsBin() decorator and exporting these binaries via testimage.bbclass file. Addresses [YOCTO #7850], [YOCTO #8478], [YOCTO #8481], [YOCTO #8536], [YOCTO #8694]. Signed-off-by: Costin Constantin

[OE-core] [PATCH 04/13] oeqa/runexported: Add option to run arbitrary tests.

2016-01-24 Thread Costin Constantin
From: Lucian Musat You can now overwrite the default TEST_SUITES from the json file and can choose the tests you want to run. Also you can display the list of tests. Signed-off-by: Lucian Musat --- meta/lib/oeqa/runexported.py | 13

[OE-core] [PATCH 02/13] classes/testimage.bbclass: add support for binaries export

2016-01-24 Thread Costin Constantin
files separatelly. This helps deployment of separate functionality files in their own tarballs. Partial fix for [YOCTO #7850]. Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- meta/classes/testimage.bbclass | 74 +- 1 file chang

[OE-core] [PATCH 09/13] oeqa/runexported: Add parameter support for machine arch.

2016-01-24 Thread Costin Constantin
From: Lucian Musat <george.l.mu...@intel.com> Added support to change machine architecture on the fly and support for future TestNeedsBin decorator for tests that need binaries. Signed-off-by: Lucian Musat <george.l.mu...@intel.com> Signed-off-by: Costin Constantin <costin.c.const

[OE-core] [PATCH 10/13] oeqa/testimage: Added export features.

2016-01-24 Thread Costin Constantin
From: Lucian Musat It is now possible to export tests from all the layers that are added in bblayers even when grouped in folders. They are exported in another folder called "extralayers" and nicely grouped per layer so the test files won't mingle. If a layer contains a

[OE-core] [PATCH 11/13] oeqa/runtime: Copy all __init__.py files from all layers.

2016-01-24 Thread Costin Constantin
From: Lucian Musat Copy all the __init__.py files from all the extra layers also, specified in bblayers.conf, in accordance to TEST_SUITES variable. Signed-off-by: Lucian Musat --- meta/classes/testimage.bbclass | 67

[OE-core] [PATCH 12/13] buildtools-with-tc.bb: extend buildtools-tarball to include test cases

2016-01-24 Thread Costin Constantin
recipes-core/meta/buildtools-with-tc.bb is a new recipe that uses all buildtools-tarball has to offer and adds test cases support. Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- meta/recipes-core/meta/buildtools-with-tc.bb | 37 1 file c

[OE-core] [PATCH 13/13] Files to test the patch set.

2016-01-24 Thread Costin Constantin
Please don't include these files. Their sole purpose is to provide necessary ground to easily test the patch set. Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- meta/lib/oeqa/runtime/mytest.py| 25 + meta/recipes-test/hello-dut

[OE-core] [PATCHv2] scripts/oe-selftest: Add support for selftest log with timestamp

2015-12-22 Thread Costin Constantin
Each time oe-selftest runs, the oe-selftest.log file is overwritten. This patch solves it by adding time stamp to each selftest log file and doing a symlink named as oe-selftest.log to the last one created. Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- scripts/oe-se

[OE-core] [PATCH] scripts/oe-selftest: Add support for selftest log with timestamp

2015-12-19 Thread Costin Constantin
Each time oe-selftest runs, the oe-selftest.log file is overwritten. This patch solves it by adding time stamp to each selftest log file and doing a symlink named as oe-selftest.log to the last one created. Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- scripts/oe-se

[OE-core] [PATCH 08/12] oeqa/runexported: The runner supports tests from other layers.

2015-12-18 Thread Costin Constantin
From: Lucian Musat It looks in "extralayers" folder if it can't find the test that needs to be run. Signed-off-by: Lucian Musat --- meta/lib/oeqa/runexported.py | 14 ++ 1 file changed, 14 insertions(+) diff --git

[OE-core] [PATCH 05/12] oeqa/runexported: Fix a problem with ssh_target_log symlink.

2015-12-18 Thread Costin Constantin
From: Lucian Musat Signed-off-by: Lucian Musat --- meta/lib/oeqa/runexported.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/runexported.py b/meta/lib/oeqa/runexported.py index d273d2f..f147089 100755 ---

[OE-core] [PATCH 11/12] oeqa/runtime: Copy all __init__.py files from all layers.

2015-12-18 Thread Costin Constantin
From: Lucian Musat Copy all the __init__.py files from all the extra layers also, specified in bblayers.conf, in accordance to TEST_SUITES variable. Signed-off-by: Lucian Musat --- meta/classes/testimage.bbclass | 67

[OE-core] [PATCH 01/12] oeqa/utils/testexport.py: add functionality for exporting binaries

2015-12-18 Thread Costin Constantin
This new file is encapsulating functionality for both running tests with binaries support via TestNeedsBin() decorator and exporting these binaries via testimage.bbclass file. Addresses [YOCTO #7850], [YOCTO #8478], [YOCTO #8481], [YOCTO #8536], [YOCTO #8694]. Signed-off-by: Costin Constantin

[OE-core] [PATCH 07/12] oeqa/runexported: Added support for folder names in TEST_SUITES.

2015-12-18 Thread Costin Constantin
From: Lucian Musat It can accept parameters like oeqa.runtime. and it will run all test files from that folder. Signed-off-by: Lucian Musat --- meta/lib/oeqa/runexported.py | 6 ++ 1 file changed, 6 insertions(+) diff --git

[OE-core] [PATCH 03/12] utils/decorators.py: add TestNeedsBin() decorator

2015-12-18 Thread Costin Constantin
related binaries after finishing the test. Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- meta/lib/oeqa/utils/decorators.py | 48 +++ 1 file changed, 48 insertions(+) diff --git a/meta/lib/oeqa/utils/decorators.py b/meta/lib/oeqa

[OE-core] [PATCH 06/12] oeqa/testimage: Added support for folder names in TEST_SUITES.

2015-12-18 Thread Costin Constantin
From: Lucian Musat You can add oeqa.runtime. and it will run all the tests found in it. Basically extends the functionality of feature [YOCTO #7834] Signed-off-by: Lucian Musat --- meta/classes/testimage.bbclass | 11 ++- 1 file

[OE-core] [PATCH 09/12] oeqa/runexported: Add parameter support for machine arch.

2015-12-18 Thread Costin Constantin
From: Lucian Musat <george.l.mu...@intel.com> Added support to change machine architecture on the fly and support for future TestNeedsBin decorator for tests that need binaries. Signed-off-by: Lucian Musat <george.l.mu...@intel.com> Signed-off-by: Costin Constantin <costin.c.const

[OE-core] [PATCH 04/12] oeqa/runexported: Add option to run arbitrary tests.

2015-12-18 Thread Costin Constantin
From: Lucian Musat You can now overwrite the default TEST_SUITES from the json file and can choose the tests you want to run. Also you can display the list of tests. Signed-off-by: Lucian Musat --- meta/lib/oeqa/runexported.py | 13

[OE-core] [PATCH 00/12] Include binaries in test cases and update runexported.py

2015-12-18 Thread Costin Constantin
/poky-contrib/log/?h=ciorga/CI2-YOCTO7850 Costin Constantin (4): oeqa/utils/testexport.py: add functionality for exporting binaries classes/testimage.bbclass: add support for binaries export utils/decorators.py: add TestNeedsBin() decorator buildtools-with-tc.bb: extend buildtools-tarball

[OE-core] [PATCH 12/12] buildtools-with-tc.bb: extend buildtools-tarball to include test cases

2015-12-18 Thread Costin Constantin
recipes-core/meta/buildtools-with-tc.bb is a new recipe that uses all buildtools-tarball has to offer and adds test cases support. Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- meta/recipes-core/meta/buildtools-with-tc.bb | 37 1 file c

[OE-core] [PATCH 02/12] classes/testimage.bbclass: add support for binaries export

2015-12-18 Thread Costin Constantin
files separatelly. This helps deployment of separate functionality files in their own tarballs. Partial fix for [YOCTO #7850]. Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- meta/classes/testimage.bbclass | 126 + 1 file change

[OE-core] [PATCH 10/12] oeqa/testimage: Added export features.

2015-12-18 Thread Costin Constantin
From: Lucian Musat It is now possible to export tests from all the layers that are added in bblayers even when grouped in folders. They are exported in another folder called "extralayers" and nicely grouped per layer so the test files won't mingle. If a layer contains a

[OE-core] [PATCH] scripts/oe-publish-sdk: YP#6659

2015-10-22 Thread Costin Constantin
This patch fixes a small bug that prevents seting a git repo in exported SDK layers dir. Before setting a git repo, that directory needs to be created. Signed-off-by: Costin Constantin <costin.c.constan...@intel.com> --- scripts/oe-publish-sdk | 4 ++-- 1 file changed, 2 insertions

[OE-core] [PATCH] utils/decorators.py: TestNeedsBin, decorator for sending binaries to images

2015-08-28 Thread Costin Constantin
on remote testing env. without presence of poky related to [Yocto #7850] Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/utils/decorators.py | 73 +-- 1 file changed, 71 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa

[OE-core] [PATCH] runtime/syslog.py: fix syslog test crash

2015-08-26 Thread Costin Constantin
This patch fixes the ability to correctly identify syslog's package name for the built image. It is derived from modifying oeqa/oetest.py for [YOCTO #8170] Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/runtime/syslog.py | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] oeqa/oetest.py: add better pkg. search for hasPackage()

2015-08-21 Thread Costin Constantin
Modified hasPackage() to split the content of pkg. manifest file in containing lines and search at the begining of each line the existance of the needed pkg. [YOCTO #8170] Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/oetest.py | 10 ++ 1 file changed

[OE-core] [PATCH] selftest/buildoptions.py: correct small mistake cleanupworkdir --- cleanup-workdir

2015-08-07 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 483803b..655b5da 100644

[OE-core] [PATCH] oeqa/sstatetests.py: add decorator to test_sstate_nativelsbstring_same_hash

2015-07-30 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/sstatetests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py index 2599e0b..6eacb57 100644 --- a/meta/lib/oeqa/selftest

[OE-core] [PATCH] oeqa/sstatetests.py: add annotator to test_sstate_32_64_same_hash [YOCTO #6006]

2015-07-30 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/sstatetests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py index 9258b53..2599e0b 100644 --- a/meta/lib/oeqa/selftest

[OE-core] [PATCH v3] oeqa/buildoptions.py: automate test case 929: check for correct GPL licenses

2015-07-27 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 29 + 1 file changed, 29 insertions(+) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index e79be9e..9ef7776

[OE-core] [PATCH v2] oeqa/buildoptions.py: automate test case 929: check for correct GPL licenses

2015-07-23 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 30 ++ 1 file changed, 30 insertions(+) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index e79be9e..ab009f2

[OE-core] [PATCH v2] oeqa/buildoptions.py: automate test case 926, archive work dir and export source

2015-07-22 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 15 +++ 1 file changed, 15 insertions(+) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 10e4fc5..e79be9e 100644 --- a/meta

[OE-core] [PATCH v2] oeqa/buildoptions.py: automate test case 563; build directfb image

2015-07-22 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 13ec276

[OE-core] [PATCH] oeqa/pkgdata: add useful failure messages to test cases

2015-07-16 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/pkgdata.py | 86 +++ 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/meta/lib/oeqa/selftest/pkgdata.py b/meta/lib/oeqa/selftest/pkgdata.py index c4d34bd

[OE-core] [PATCH] oeqa/recipetool: add useful failure messages to test cases

2015-07-16 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/recipetool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/selftest/recipetool.py b/meta/lib/oeqa/selftest/recipetool.py index 08ff4f1..12c6b25 100644 --- a/meta/lib

[OE-core] [PATCH] oeqa/prservice: add useful failure messages to test cases

2015-07-16 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/prservice.py | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/lib/oeqa/selftest/prservice.py b/meta/lib/oeqa/selftest/prservice.py index fb6d68d..4187fbf 100644 --- a/meta

[OE-core] [PATCH] oeqa/devtool: add useful failure messages for some test cases

2015-07-15 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/devtool.py | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py index ab412b6..21cd7f5 100644

[OE-core] [PATCH 3/3] oeqa/buildoptions: add useful failure messages for all test cases

2015-07-14 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 926ffe9

[OE-core] [PATCH 2/3] oeqa/bblayers.py: add useful failure messages to all test cases

2015-07-14 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/bblayers.py | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/meta/lib/oeqa/selftest/bblayers.py b/meta/lib/oeqa/selftest/bblayers.py index bf3dd1b..20c17e4

[OE-core] [PATCH 1/3] oeqa/bbtests: add useful failure messages for all test cases

2015-07-14 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/bbtests.py | 58 --- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeqa/selftest/bbtests.py index 7df6b2f

[OE-core] [PATCH] oeqa/bblayers.py: Show useful failure msg. for all test cases

2015-07-10 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/bblayers.py | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/lib/oeqa/selftest/bblayers.py b/meta/lib/oeqa/selftest/bblayers.py index bf3dd1b..6a9c097 100644

[OE-core] [PATCH] oeqa/bbtests: Show useful failure message for all auto-tests

2015-07-09 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/bbtests.py | 54 --- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeqa/selftest/bbtests.py index 7df6b2f

[OE-core] [PATCH] scripts/oe-selftest: enhancement 7865

2015-06-13 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- scripts/oe-selftest | 36 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/scripts/oe-selftest b/scripts/oe-selftest index a04e9fc..1a89c31 100755 --- a/scripts/oe-selftest +++ b

[OE-core] [PATCH] meta/lib/oeqa/selftest/wic.py: dynamic BSP name loading + small typo

2015-06-13 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/wic.py | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/meta/lib/oeqa/selftest/wic.py b/meta/lib/oeqa/selftest/wic.py index 358f09e..45abd3b 100644 --- a/meta/lib

[OE-core] [PATCH] meta/testimage.bbclass: corrected the bug that prevented test cases to be loaded from layers other than meta when using TEST_SUITES = auto

2015-06-09 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/classes/testimage.bbclass | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 4074ff7..aadee45 100644 --- a/meta/classes

[OE-core] [PATCH] oeqa/selftest/buildoptions.py: added auto test for directfb image generation

2015-06-09 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 926ffe9..c69da68

[OE-core] [PATCH] lib/oeqa/selftest/buildoptions.py: added auto test for archiving the work directory and exporting the source files

2015-06-09 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index cddfa48

[OE-core] [PATCH] lib/oeqa/selftest/buildoptions.py: added auto test for btrfs based images

2015-06-09 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index c69da68

[OE-core] [PATCH] lib/oeqa/selftest/buildoptions.py: added auto test for image build with GPL licenses for containing packages

2015-06-09 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 29 + 1 file changed, 29 insertions(+) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index a3297fd..cddfa48

[OE-core] [PATCH] oeqa/selftest: added an auto-test to filter packages by license

2015-06-05 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 36 ++ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index

[OE-core] [PATCH] oeqa/selftest: added auto-test for directfb image on arm architecture

2015-06-05 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 29 + 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index

[OE-core] [PATCH] oeqa/selftest: added auto-test for btrfs image type

2015-06-05 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 33 - 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index

[OE-core] [PATCH] oeqa/selftest: added auto-test for archiving working dir and expeort source package

2015-06-05 Thread Costin Constantin
Signed-off-by: Costin Constantin costin.c.constan...@intel.com --- meta/lib/oeqa/selftest/buildoptions.py | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 620fd77