]> code.ossystems Code Review - openembedded-core.git/commit
oetest.py/TestContext: Move loadTests and runTests inside it.
authorAníbal Limón <limon.anibal@gmail.com>
Sun, 31 Jan 2016 01:16:10 +0000 (19:16 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Feb 2016 15:51:03 +0000 (15:51 +0000)
commit03af7b99e3ce36ce3e29dc31e33d2cc74eb14849
tree55ffd0a7d47d6bd70e90ea160d43d28097525a02
parent552285688441330440bd1bc138aeaea87549024a
oetest.py/TestContext: Move loadTests and runTests inside it.

Method's for loadTests and runTests make sense to define
inside TestContext because it can be different around
Image, SDK, SDKExt.

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