Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] Some fixes for the testimage class
@ 2013-07-12 16:46 Stefan Stanacar
  2013-07-12 16:46 ` [PATCH 1/8] lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net interface name Stefan Stanacar
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Stefan Stanacar @ 2013-07-12 16:46 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2013-07-12 16:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-12 16:46 [PATCH 0/8] Some fixes for the testimage class Stefan Stanacar
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

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