From: mariano.lopez@linux.intel.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] Allow to dump commands from serial console when a test fails
Date: Wed, 12 Aug 2015 14:05:50 +0000 [thread overview]
Message-ID: <cover.1439387979.git.mariano.lopez@linux.intel.com> (raw)
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
next reply other threads:[~2015-08-12 22:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-12 14:05 mariano.lopez [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1439387979.git.mariano.lopez@linux.intel.com \
--to=mariano.lopez@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox