generic-poky/meta/lib/oeqa/utils
Richard Purdie 8f35c388b4 qemurunner: Tweak qemu pid starting timeout code
We're seeing timeouts in the autobuilder testing code. Increase these
timeouts to 120, print the length of time we're having to wait, change
the error messages to really be errors and don't print empty logs, its
not helpful, print a message about the empty log instead.

(From OE-Core rev: b87a33d9c86cc1d2ea196259020e1d3dc712ccef)

(From OE-Core rev: 4234ea8aae52347e49f848292deb0936ffd905ae)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-03-04 11:11:58 +00:00
..
__init__.py oeqa/utils/__init__.py: Adds compatibility with bitbake logger 2017-01-23 12:05:19 +00:00
buildproject.py oeqa/utils/buildproject: create a more unique tmp dir 2017-04-06 10:13:39 +01:00
commands.py selftest/commands: extend variable regex to include A_B variable notation 2017-04-05 23:22:12 +01:00
decorators.py selftest: remove result file log awkward checking 2017-02-15 20:06:41 -08:00
dump.py oeqa/utils/dump: Move get_host_dumper to OERuntimeTestContextExecutor class 2017-01-23 12:05:20 +00:00
ftools.py oeqa/utils/ftools: improve remove_from_file algorithm 2016-03-28 15:55:50 +01:00
git.py oeqa.utils.git: support bare repos 2017-02-15 20:06:41 -08:00
httpserver.py oeqa/utils/httpserver.py: HTTPServer enable thread connection handling 2016-08-10 10:46:32 +01:00
logparser.py classes/lib: Complete transition to python3 2016-06-02 08:24:01 +01:00
metadata.py oeqa.utils.metadata: include BB_NUMBER_THREADS and PARALLEL_MAKE 2017-01-19 22:47:22 +00:00
network.py oeqa/utils: added new network module 2016-02-28 11:32:58 +00:00
package_manager.py oeqa: fix typo 2017-02-23 12:49:48 -08:00
qemurunner.py qemurunner: Tweak qemu pid starting timeout code 2018-03-04 11:11:58 +00:00
qemutinyrunner.py oeqa: allow persistent image writes in runqemu() 2017-03-28 10:34:37 +01:00
sshcontrol.py oeqa/sshcontrol: Handle interrupted system call error 2016-10-07 16:43:58 +01:00
subprocesstweak.py oeqa: add output to subprocess exceptions 2017-03-01 23:27:11 +00:00
targetbuild.py oeqa/utils/targetbuild: tmp dir improvements 2017-04-06 10:13:39 +01:00
testexport.py meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00