Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] Allow to dump commands from serial console when a test fails
@ 2015-08-12 14:05 mariano.lopez
  2015-08-12 14:05 ` [PATCH 1/6] qemurunner.py: Add method run_serial mariano.lopez
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mariano.lopez @ 2015-08-12 14:05 UTC (permalink / raw)
  To: openembedded-core

From: Mariano Lopez <mariano.lopez@linux.intel.com>

These changes allows to run commands on the qemu serial console
when a test fails. Right now the tests are hardcoded but the
idea is to be able to customize them.

qemurunner.py: Added and tunned run_serial method to allow
to run serial commands on the target

oetest.py: Added tearDown method to oeRuntimeTest, this allows
to catch when a test fails and run the diagnostic commands on
the target

The following changes since commit 0f7df92e3d2dbbb4c94299171d5d0287887e0d28:

  clutter-gst: update to 3.0.8 (2015-08-11 09:28:52 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mariano/bug8118v2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug8118v2

Mariano Lopez (6):
  qemurunner.py: Add method run_serial
  qemurunner.py: Added login to start method
  qemurunner.py: Added raw mode in run_serial
  qemurunner.py: Performance improvements in run_serial
  oetest.py: Added method tearDown for oeRuntimeTest
  oetest.py: Don't wait to write dump files

 meta/lib/oeqa/oetest.py           | 35 +++++++++++++++++++++++++++
 meta/lib/oeqa/utils/qemurunner.py | 50 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 85 insertions(+)

-- 
1.8.4.5



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

end of thread, other threads:[~2015-08-12 22:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 14:05 [PATCH 0/6] Allow to dump commands from serial console when a test fails mariano.lopez
2015-08-12 14:05 ` [PATCH 1/6] qemurunner.py: Add method run_serial mariano.lopez
2015-08-12 14:05 ` [PATCH 2/6] qemurunner.py: Added login to start method mariano.lopez
2015-08-12 14:05 ` [PATCH 3/6] qemurunner.py: Added raw mode in run_serial mariano.lopez
2015-08-12 14:05 ` [PATCH 4/6] qemurunner.py: Performance improvements " mariano.lopez
2015-08-12 14:05 ` [PATCH 5/6] oetest.py: Added method tearDown for oeRuntimeTest mariano.lopez
2015-08-12 14:05 ` [PATCH 6/6] oetest.py: Don't wait to write dump files mariano.lopez

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