[OE-core] [PATCH 0/2] Add dumps when qemurunner fails
mariano.lopez at linux.intel.com
mariano.lopez at linux.intel.com
Tue Sep 1 07:36:28 UTC 2015
From: Mariano Lopez <mariano.lopez at linux.intel.com>
These patches add dumps when qemurunner ends unexpectedly and
make runexported test compatible with HostDumper.
The previous version of this patch was more intrusive with
qemurunner, now the instance of HostDumper is created inside
qemurunner with parameters sent to the constructor.
Also, now the Dumper constructors doesn't require the datastore,
It is needed to send the commands and the dump dir as strings.
This also makes compatible the HostDumper with runexported test.
The following changes since commit 22afc047dd1b8f83e56c4a9862710776c509e3c5:
oe-selftest: test devtool build-image plugin (2015-08-31 11:37:14 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mariano/bug8118v8
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug8118v8
Mariano Lopez (2):
qemurunner: Added host dumps when there are errors
runexported: Make it compatible with host dump
meta/classes/testimage.bbclass | 6 +++++-
meta/lib/oeqa/oetest.py | 13 ++++++-------
meta/lib/oeqa/runexported.py | 8 +++++++-
meta/lib/oeqa/targetcontrol.py | 9 +++++++--
meta/lib/oeqa/utils/dump.py | 28 +++++++++-------------------
meta/lib/oeqa/utils/qemurunner.py | 15 ++++++++++++++-
6 files changed, 48 insertions(+), 31 deletions(-)
--
1.8.4.5
More information about the Openembedded-core
mailing list