]> code.ossystems Code Review - openembedded-core.git/commit
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:35:57 +0000 (23:35 +0100)
commite1e347a2d509303e1c566450b0f2b485d3d6629f
tree1fb9d31b0ad6f1c1cae699207a568829f3b4f97f
parentdb38e10701cd2392a57e559573b715fd6daf6e2a
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.

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>
meta/classes/testimage.bbclass
meta/lib/oeqa/runtime/__init__.py