All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 V2] runqemu: add selftest
@ 2017-03-24  8:44 Robert Yang
  2017-03-24  8:44 ` [PATCH 1/4] oeqa/targetcontrol.py: modify it to test runqemu Robert Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Robert Yang @ 2017-03-24  8:44 UTC (permalink / raw)
  To: openembedded-core

* V2
  Add Qi's patch to fix hang of "oe-selftest -r wic.Wic.test_qemu_efi".

// Robert

The following changes since commit 3b5ac72bdf76ac8ff98dc3c882a4edc77c6e2c33:

  rpm: add a "rpm-build" PROVIDES (2017-03-22 15:09:26 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/qemu
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/qemu

Chen Qi (1):
  qemurunner.py: fix handling of runqemuparams

Robert Yang (3):
  oeqa/targetcontrol.py: modify it to test runqemu
  selftest/runqemu.py: add it to test runqemu
  targetcontrol.py: use logger.info to replace of bb.note

 meta/lib/oeqa/selftest/runqemu.py | 140 ++++++++++++++++++++++++++++++++++++++
 meta/lib/oeqa/targetcontrol.py    |  33 ++++++---
 meta/lib/oeqa/utils/commands.py   |  13 +++-
 meta/lib/oeqa/utils/qemurunner.py |  28 +++++---
 4 files changed, 190 insertions(+), 24 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/runqemu.py

-- 
2.9.0



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

end of thread, other threads:[~2017-03-24 21:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-24  8:44 [PATCH 0/4 V2] runqemu: add selftest Robert Yang
2017-03-24  8:44 ` [PATCH 1/4] oeqa/targetcontrol.py: modify it to test runqemu Robert Yang
2017-03-24  8:45 ` [PATCH 2/4] qemurunner.py: fix handling of runqemuparams Robert Yang
2017-03-24  8:45 ` [PATCH 3/4] selftest/runqemu.py: add it to test runqemu Robert Yang
2017-03-24  8:45 ` [PATCH 4/4] targetcontrol.py: use logger.info to replace of bb.note Robert Yang
2017-03-24 21:43 ` [PATCH 0/4 V2] runqemu: add selftest Patrick Ohly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.