public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] Automated hardware testing improvements
Date: Wed, 30 Apr 2014 13:31:56 +0100	[thread overview]
Message-ID: <cover.1398861075.git.paul.eggleton@linux.intel.com> (raw)

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



             reply	other threads:[~2014-04-30 12:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-30 12:31 Paul Eggleton [this message]
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

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.1398861075.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@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