]> code.ossystems Code Review - openembedded-core.git/commit
testsdkext: Add skeleton for support Extensible SDK tests.
authorAníbal Limón <limon.anibal@gmail.com>
Sun, 31 Jan 2016 14:45:47 +0000 (08:45 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Feb 2016 15:51:03 +0000 (15:51 +0000)
commitf3781544a5c077610498a6b7dc5244ee4c5bc6df
tree6daf50312f64b8bab6cbdd6efa14ad1e6b6657aa
parentfb9db1698039ca51ae52ea623d2ca845753f8260
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.

Signed-off-by: Aníbal Limón <limon.anibal@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/testsdk.bbclass
meta/lib/oeqa/oetest.py
meta/lib/oeqa/sdkext/__init__.py [new file with mode: 0644]