classes/testimage: add support for finding tests in other layers
authorStefan Stanacar <stefanx.stanacar@intel.com>
Sun, 25 Aug 2013 00:46:55 +0000 (01:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Aug 2013 22:36:08 +0000 (23:36 +0100)
commit6825793e17f313230b11ba9a30f6d4f308273360
tree0a7825a06d134edb61b328a23529243db5100cd6
parent82621849163e341998125e970ce79828d1c95685
classes/testimage: add support for finding tests in other layers

A layer can add tests in lib/oeqa/runtime (provided it extends BBPATH as
normal) and enable them with TEST_SUITES_append = " testname". Test
module names shouldn't collide though.

(From OE-Core rev: e1e347a2d509303e1c566450b0f2b485d3d6629f)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testimage.bbclass
meta/lib/oeqa/runtime/__init__.py