]> code.ossystems Code Review - openembedded-core.git/commit
oetest.py: Use the real ExportTestContext in exported tests
authorMariano Lopez <mariano.lopez@linux.intel.com>
Mon, 2 May 2016 13:19:19 +0000 (13:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 May 2016 22:23:43 +0000 (23:23 +0100)
commitb0f105eecf25d334dd5fd0d936ec98cb8430ed23
treeec0acc7d6cb720114c3493597cd48260710ba3f7
parent44aa8c3b6747179a0c4c156fc4922d838cdc19a4
oetest.py: Use the real ExportTestContext in exported tests

There are parts of the fuctionallity missing when using the
dummy ExportTestContext class in runexported.py.

This changes the use of ExportTestContext dummy class from
runexported.py to the real class in oetest.py.

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/oetest.py
meta/lib/oeqa/runexported.py