]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core/loader.py: Do not import underscore modules by default
authorMariano Lopez <mariano.lopez@linux.intel.com>
Mon, 27 Mar 2017 20:05:24 +0000 (13:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Mar 2017 07:41:07 +0000 (08:41 +0100)
commit2c6eac774768aa610a8b3784483b9e90fb629c2d
treee784b10330274390d38987014db6d6805ec25b12
parent9c948d3de08f158387e08a17cdc0cedc7d26bb54
oeqa/core/loader.py: Do not import underscore modules by default

Underscore modules are meant to be run only when manually added to the test
suite, so far another mechanisms are in place to make this happen with
runtime, sdk, and esdk (mostly in test* bbclasses).

This will add such functionality in the core framework so other specific
frameworks can take use this without adding something else.

[YOCTO #10980]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/loader.py