Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Add dumps when qemurunner fails
@ 2015-09-01  7:36 mariano.lopez
  2015-09-01  7:36 ` [PATCH 1/2 v2] qemurunner: Added host dumps when there are errors mariano.lopez
  2015-09-01  7:36 ` [PATCH 2/2 v2] runexported: Make it compatible with host dump mariano.lopez
  0 siblings, 2 replies; 3+ messages in thread
From: mariano.lopez @ 2015-09-01  7:36 UTC (permalink / raw)
  To: openembedded-core

From: Mariano Lopez <mariano.lopez@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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-01 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01  7:36 [PATCH 0/2] Add dumps when qemurunner fails mariano.lopez
2015-09-01  7:36 ` [PATCH 1/2 v2] qemurunner: Added host dumps when there are errors mariano.lopez
2015-09-01  7:36 ` [PATCH 2/2 v2] runexported: Make it compatible with host dump mariano.lopez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox