summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2017-05-23 15:04:57 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-06 19:02:43 +0100
commit7c8f3c398084573d01d70989bd0d35a94058a420 (patch)
treeeb4b788a8ea5e11b293214df5161810f657b0946 /meta/lib/oeqa/core
parent02417b149623c3042c257d1c1074f915dc02b7c7 (diff)
downloadpoky-7c8f3c398084573d01d70989bd0d35a94058a420.tar.gz
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). (From OE-Core rev: d6b78ae711b93b4059690320cb8d821aaadd1684) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/core')
-rw-r--r--meta/lib/oeqa/core/context.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/core/context.py b/meta/lib/oeqa/core/context.py
index 5f399fdfcc..0dbf5c353e 100644
--- a/meta/lib/oeqa/core/context.py
+++ b/meta/lib/oeqa/core/context.py
@@ -65,6 +65,7 @@ class OETestContext(object):
65 65
66class OETestContextExecutor(object): 66class OETestContextExecutor(object):
67 _context_class = OETestContext 67 _context_class = OETestContext
68 _script_executor = 'oe-test'
68 69
69 name = 'core' 70 name = 'core'
70 help = 'core test component example' 71 help = 'core test component example'