From: Stefan Stanacar <stefanx.stanacar@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] Some fixes for the testimage class
Date: Fri, 12 Jul 2013 19:46:48 +0300 [thread overview]
Message-ID: <cover.1373647359.git.stefanx.stanacar@intel.com> (raw)
Hello,
Some fixes for the testimage.bbclass and tests.
Also two new tests.
First two patches in the series have already been sent to ML, these are the same.
The third one is a modified version of a patch already sent.
The rest of them are new and the should be safe :).
Cheers,
Stefan
The following changes since commit a63229917a5708de2d161aba0d67168ce0da6365:
meta-yocto-bsp: update reference board SRCREVs (2013-07-10 09:45:51 +0100)
are available in the git repository at:
git://mirror.rb.intel.com/git.yoctoproject.org/poky-contrib stefans/oeqa9
for you to fetch changes up to 1dad9f83f59020db8c50a7b0ae6fb2af75496194:
testimage.bbclass, lib/oeqa: add headers and comments (2013-07-12 19:33:52 +0300)
----------------------------------------------------------------
Alexandru Palalau (1):
lib/oeqa/runtime: add tests for syslog and df
Stefan Stanacar (7):
lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net interface name
lib/oeqa/utils/sshcontrol.py: fix passing command to subprocess
testimage.bbclass, lib/oeqa/utils/qemurunner.py: make boot timeout configurable and increase it
lib/oeqa/runtime/multilib.py: use readelf instead of file
lib/oeqa/oetest.py: provide a ps command for all tests
classes/testimage.bbclass: use a copy of rootfs for tests
testimage.bbclass, lib/oeqa: add headers and comments
meta/classes/testimage.bbclass | 43 +++++++++++++++++++++++++++++++---
meta/lib/oeqa/oetest.py | 14 ++++++++---
meta/lib/oeqa/runtime/connman.py | 5 ----
meta/lib/oeqa/runtime/df.py | 13 +++++++++++
meta/lib/oeqa/runtime/dmesg.py | 2 +-
meta/lib/oeqa/runtime/multilib.py | 9 ++++---
meta/lib/oeqa/runtime/syslog.py | 34 +++++++++++++++++++++++++++
meta/lib/oeqa/utils/decorators.py | 8 +++++++
meta/lib/oeqa/utils/qemurunner.py | 12 +++++-----
meta/lib/oeqa/utils/sshcontrol.py | 49 +++++++++++++++++++++------------------
10 files changed, 145 insertions(+), 44 deletions(-)
create mode 100644 meta/lib/oeqa/runtime/df.py
create mode 100644 meta/lib/oeqa/runtime/syslog.py
Alexandru Palalau (1):
lib/oeqa/runtime: add tests for syslog and df
Stefan Stanacar (7):
lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net
interface name
lib/oeqa/utils/sshcontrol.py: fix passing command to subprocess
testimage.bbclass, lib/oeqa/utils/qemurunner.py: make boot timeout
configurable and increase it
lib/oeqa/runtime/multilib.py: use readelf instead of file
lib/oeqa/oetest.py: provide a ps command for all tests
classes/testimage.bbclass: use a copy of rootfs for tests
testimage.bbclass, lib/oeqa: add headers and comments
meta/classes/testimage.bbclass | 43 +++++++++++++++++++++++++++++++---
meta/lib/oeqa/oetest.py | 14 ++++++++---
meta/lib/oeqa/runtime/connman.py | 5 ----
meta/lib/oeqa/runtime/df.py | 13 +++++++++++
meta/lib/oeqa/runtime/dmesg.py | 2 +-
meta/lib/oeqa/runtime/multilib.py | 9 ++++---
meta/lib/oeqa/runtime/syslog.py | 34 +++++++++++++++++++++++++++
meta/lib/oeqa/utils/decorators.py | 8 +++++++
meta/lib/oeqa/utils/qemurunner.py | 12 +++++-----
meta/lib/oeqa/utils/sshcontrol.py | 49 +++++++++++++++++++++------------------
10 files changed, 145 insertions(+), 44 deletions(-)
create mode 100644 meta/lib/oeqa/runtime/df.py
create mode 100644 meta/lib/oeqa/runtime/syslog.py
--
1.8.1.4
next reply other threads:[~2013-07-12 16:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-12 16:46 Stefan Stanacar [this message]
2013-07-12 16:46 ` [PATCH 1/8] lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net interface name Stefan Stanacar
2013-07-12 16:46 ` [PATCH 2/8] lib/oeqa/utils/sshcontrol.py: fix passing command to subprocess Stefan Stanacar
2013-07-12 16:46 ` [PATCH 3/8] testimage.bbclass, lib/oeqa/utils/qemurunner.py: make boot timeout configurable and increase it Stefan Stanacar
2013-07-12 16:46 ` [PATCH 4/8] lib/oeqa/runtime/multilib.py: use readelf instead of file Stefan Stanacar
2013-07-12 16:46 ` [PATCH 5/8] lib/oeqa/oetest.py: provide a ps command for all tests Stefan Stanacar
2013-07-12 16:46 ` [PATCH 6/8] lib/oeqa/runtime: add tests for syslog and df Stefan Stanacar
2013-07-12 16:46 ` [PATCH 7/8] classes/testimage.bbclass: use a copy of rootfs for tests Stefan Stanacar
2013-07-12 16:46 ` [PATCH 8/8] testimage.bbclass, lib/oeqa: add headers and comments Stefan Stanacar
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.1373647359.git.stefanx.stanacar@intel.com \
--to=stefanx.stanacar@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