]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-test: Move load_test_components to oeqa.utils
authorAníbal Limón <anibal.limon@linux.intel.com>
Tue, 23 May 2017 20:04:57 +0000 (15:04 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Jun 2017 16:59:40 +0000 (17:59 +0100)
commitd6b78ae711b93b4059690320cb8d821aaadd1684
treec0da06b5df020f5060dd4892c54f4e37a9e3f2da
parentb35bedd209092432c560e998043b6a8c5c2e4d34
scripts/oe-test: Move load_test_components to oeqa.utils

In order to maintain compatibility with oe-selftest, the
load_test_components needs to be re-used, so the script
executor needs to pass to only load components supported
by certain script (oe-test, oe-selftest).

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
meta/lib/oeqa/core/context.py
meta/lib/oeqa/utils/__init__.py
scripts/oe-test