]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/oetest: Fix compatibility SDK tests using eSDK.
authorAníbal Limón <anibal.limon@linux.intel.com>
Tue, 2 Feb 2016 23:08:56 +0000 (17:08 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Feb 2016 15:51:03 +0000 (15:51 +0000)
commitebe743235b383b17225553d84bf8e6f80d364dcd
tree060bb3d70552d71b02160d4ad1c96f445c54a4d6
parent2310d5ad03531b7e1f9572c12c83c2fedc0291c9
oeqa/oetest: Fix compatibility SDK tests using eSDK.

When run SDK tests over eSDK we need to use SDKExtTestContext
instead of SDKTestContext because if we use SDKTestContext search
for SDK manifest and depends on the SDK manifest generation so
populate_sdk needs to be executed.

Adds a compatibility mode flag to SDKExtTestContext for search tests
over sdk module instead of sdkext module and change testsdk calls
to comply with this new param.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/testsdk.bbclass
meta/lib/oeqa/oetest.py