[OE-core] [PATCH 0/8] Automated hardware testing improvements

Paul Eggleton paul.eggleton at linux.intel.com
Wed Apr 30 12:31:56 UTC 2014


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



More information about the Openembedded-core mailing list