mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
testsdkext: Add skeleton for support Extensible SDK tests.
oeqa/sdkext: Add module and __init__.py will contain eSDK tests.
classes/testsdk: Add support for run eSDK tests.
oeqa/oetest: Create oeSDKExtTest for now only inherit oeSDKTest,
modified SDKExtTestContext now inherit SDKTestContext
and set sdkext filesdir for store data fixtures.
(From OE-Core rev: f3781544a5c077610498a6b7dc5244ee4c5bc6df)
Signed-off-by: Aníbal Limón <limon.anibal@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5580d7bd62
commit
4cfdf174ce
@@ -114,7 +114,15 @@ def testsdkext_main(d):
|
||||
bb.plain("Running SDK Compatibility tests ...")
|
||||
run_test_context(SDKTestContext, d, testdir, tcname, pn)
|
||||
finally:
|
||||
bb.utils.remove(testdir, True)
|
||||
pass
|
||||
|
||||
try:
|
||||
bb.plain("Running Extensible SDK tests ...")
|
||||
run_test_context(SDKExtTestContext, d, testdir, tcname, pn)
|
||||
finally:
|
||||
pass
|
||||
|
||||
bb.utils.remove(testdir, True)
|
||||
|
||||
testsdkext_main[vardepsexclude] =+ "BB_ORIGENV"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user