generic-poky/meta/lib/oeqa
Paul Eggleton 74f2d8b013 oeqa/controllers/masterimage: more robust master image startup
Instead of powering up the target when the object is constructed, wait
until deploy is called. Then there are basically two different
scenarios:

a) The device is booted into the master image already, in which case
   we can just use it
b) The device is booted into another image or can't be contacted, in
   which case we need to power cycle it. Here we also now wait until it
   has booted up instead of trying to contact it immediately.

(From OE-Core rev: c2257fa50071e4704a8152b5f1d16f899b4bed98)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-30 21:52:32 +01:00
..
controllers oeqa/controllers/masterimage: more robust master image startup 2014-04-30 21:52:32 +01:00
runtime lib/oeqa: add a test target controller for EFI targets 2014-03-31 22:53:46 +01:00
selftest selftest: DiskMonTest: use a high value for free space 2014-04-23 11:43:26 +01:00
utils oeqa/utils: sshcontrol: realtime logging of output 2014-04-29 17:20:12 +01:00
__init__.py lib/oeqa/oetest.py: base module for all runtime unittests 2013-07-09 10:53:43 +01:00
oetest.py testimage: add ability to export tests 2014-02-09 09:40:00 +00:00
runexported.py lib/oeqa: add module for running tests outside of the build system 2014-02-09 09:40:01 +00:00
targetcontrol.py oeqa/targetcontrol: restart method shouldn't be abstract 2014-04-30 21:52:32 +01:00