]> code.ossystems Code Review - openembedded-core.git/commit
testimage: add ability to export tests
authorStefan Stanacar <stefanx.stanacar@intel.com>
Mon, 3 Feb 2014 19:22:29 +0000 (21:22 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Feb 2014 21:00:31 +0000 (21:00 +0000)
commit155dd52e0f707e06f50756584a50f744ba6b7844
tree8e45c3e8c784bd493801c7ee29dd5ec03c54f959
parentde9b693f4ff311f1310a1c6005e0d5c225aabef6
testimage: add ability to export tests

Add the ability to export the tests so that they can run independently of
the build system, as is required if you want to be able to hand the test
execution off to a scheduler.
Booting/deployment of the target is still handled by the build system,
as before, only the execution of the tests happens outside of the build system.
Tests exported are the ones defined in TEST_SUITES.

No tests have been changed as interesting parts of the data store have been
exported and tests can continue to query them as before. Small adjustments were made
for a couple of oeqa modules though.

[YOCTO #5613]

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/testimage.bbclass
meta/lib/oeqa/oetest.py