poky/meta/lib/oeqa
Ed Bartosh ecaf12ea5b oetest: make console output more verbose
Added output of test runner to bitbake console output.
bitbake <image> -c testimage now reports test progress
to the console:
NOTE: Executing RunQueue Tasks
...
NOTE: recipe core-image-lsb-1.0-r0: task do_testimage: Started
core-image-lsb-1.0-r0 do_testimage: test_ping (oeqa.runtime.ping.PingTest) ... ok
core-image-lsb-1.0-r0 do_testimage: test_ssh (oeqa.runtime.ssh.SshTest) ... ok
...
----------------------------------------------------------------------
core-image-lsb-1.0-r0 do_testimage: Ran 38 tests in 785.100s
core-image-lsb-1.0-r0 do_testimage:
core-image-lsb-1.0-r0 do_testimage: OK (skipped=1)

Adding more output to the console should also prevent autobuilder to kill
long running tests as ab assumes that test is stuck if no console output
produced by it for a long time.

[YOCTO #8238]

(From OE-Core rev: 06aa68138ec67623892221fbe9516bbb3795b48e)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-04-18 16:28:22 +01:00
..
controllers meta: Add explict getVar param for (non) expansion 2015-06-23 11:57:25 +01:00
runtime oeqa/runtime/parselogs.py: Add systemd unit circular dependencies errors. 2016-03-31 09:15:05 +01:00
sdk oeqa/sdk/gcc: Fix makefile test 2015-09-28 12:00:31 +01:00
sdkext sdk_update.py: Enable local sdk-update tests 2016-03-03 10:49:00 +00:00
selftest lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftest 2016-04-18 16:28:22 +01:00
utils oeqa/runexported.py: Fix exported test 2016-04-12 22:50:21 +01:00
__init__.py lib/oeqa/oetest.py: base module for all runtime unittests 2013-07-09 10:53:43 +01:00
oetest.py oetest: make console output more verbose 2016-04-18 16:28:22 +01:00
runexported.py oeqa/runexported.py: Fix exported test 2016-04-12 22:50:21 +01:00
targetcontrol.py oeqa/targetcontrol: support wic image type 2016-02-15 16:28:44 +00:00