public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Automated hardware testing improvements
@ 2014-04-30 12:31 Paul Eggleton
  2014-04-30 12:31 ` [PATCH 1/8] oeqa/controllers/masterimage: add a base class for hw targets Paul Eggleton
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Paul Eggleton @ 2014-04-30 12:31 UTC (permalink / raw)
  To: openembedded-core

These add functionality required to deploy images and run tests on a
wider range of real hardware, as well as improving robustness in a
couple of areas.

A related patchset to add testing for two of the Yocto Project reference
platforms (beaglebone and edgerouter) will be sent for meta-yocto-bsp.


The following changes since commit 1e1b42f687b5cd34623fe2682218958e1947eb92:

  feature-arm-thumb.inc: set ARMPKGSFX_THUMB only when thumb is in TUNE_FEATURES (2014-04-29 23:35:53 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/testimage-hw
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/testimage-hw

Paul Eggleton (5):
  oeqa/controllers/masterimage: more robust master image startup
  classes/testimage: if start fails, don't try to stop
  scripts/contrib/serdevtry: add script to handle transient serial
    terminals
  scripts/contrib/dialog-power-control: add a trivial power prompt
    script
  oeqa: add proper handling for command errors where needed

Stefan Stanacar (3):
  oeqa/controllers/masterimage: add a base class for hw targets
  oeqa/targetcontrol: restart method shouldn't be abstract
  oeqa/controllers/masterimage: add a serial control command

 meta/classes/testimage.bbclass           |   2 +-
 meta/lib/oeqa/controllers/masterimage.py | 171 +++++++++++++++++++++----------
 meta/lib/oeqa/targetcontrol.py           |   8 +-
 meta/lib/oeqa/utils/__init__.py          |  12 +++
 meta/lib/oeqa/utils/commands.py          |  10 +-
 scripts/contrib/dialog-power-control     |  53 ++++++++++
 scripts/contrib/serdevtry                |  60 +++++++++++
 7 files changed, 254 insertions(+), 62 deletions(-)
 create mode 100755 scripts/contrib/dialog-power-control
 create mode 100755 scripts/contrib/serdevtry

-- 
1.9.0



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

end of thread, other threads:[~2014-04-30 12:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-30 12:31 [PATCH 0/8] Automated hardware testing improvements Paul Eggleton
2014-04-30 12:31 ` [PATCH 1/8] oeqa/controllers/masterimage: add a base class for hw targets Paul Eggleton
2014-04-30 12:31 ` [PATCH 2/8] oeqa/targetcontrol: restart method shouldn't be abstract Paul Eggleton
2014-04-30 12:31 ` [PATCH 3/8] oeqa/controllers/masterimage: add a serial control command Paul Eggleton
2014-04-30 12:32 ` [PATCH 4/8] oeqa/controllers/masterimage: more robust master image startup Paul Eggleton
2014-04-30 12:32 ` [PATCH 5/8] classes/testimage: if start fails, don't try to stop Paul Eggleton
2014-04-30 12:32 ` [PATCH 6/8] scripts/contrib/serdevtry: add script to handle transient serial terminals Paul Eggleton
2014-04-30 12:32 ` [PATCH 7/8] scripts/contrib/dialog-power-control: add a trivial power prompt script Paul Eggleton
2014-04-30 12:32 ` [PATCH 8/8] oeqa: add proper handling for command errors where needed Paul Eggleton

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