]> code.ossystems Code Review - openembedded-core.git/commit
runexported: Make it compatible with host dump
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 1 Sep 2015 07:36:30 +0000 (07:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Sep 2015 20:47:12 +0000 (21:47 +0100)
commit25814dbdd12db0499e4d81876873158e1b8a4fcc
tree37fad2b8360a5c85941ddc6aac83e765f49abc52
parentb0af40fb76cd5035696e9d8a44f815f64214d23a
runexported: Make it compatible with host dump

Currently it is not possible to run a exported test,
but this patch will allow to use the HosDumper class
when running a exported test, otherwise the HostDumper
class will break runexpored test.

[YOCTO #8118]

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