]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa/otest.py: Fix import tests from other layers with python3
authorMariano Lopez <mariano.lopez@linux.intel.com>
Mon, 6 Jun 2016 07:15:40 +0000 (07:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jun 2016 21:48:04 +0000 (22:48 +0100)
commita26f23d3ce8f7e9f59dbc9bf27516377fd7a0a6d
tree191b2c53e3d3b3459ea1beb7e7d9ac8e4d11ff0d
parent0440b5ace411c61f802376d4e1c9eac93e72d65f
lib/oeqa/otest.py: Fix import tests from other layers with python3

In python3 the functionality to import modules has been changed and
this broke the capability to add runtime tests from other layers.

This commit returns this capability to testimage and testexport.

[YOCTO #9705]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testexport.bbclass
meta/lib/oeqa/__init__.py [deleted file]
meta/lib/oeqa/oetest.py
meta/lib/oeqa/runtime/__init__.py [deleted file]