generic-poky/meta/lib/oeqa/utils
Mariano Lopez 3b95964bc1 qemurunner: Remove the timeout in run_serial
Sometmes when there is high load in the server the
commands executed in the target take a lot of time
to complete and this lead to incorrect dump files or
empty files. This is caused because run_serial has a
timeout of five seconds when running the commands in
the target.

This change removes the timeout and just keep reading
the socket until it finds the prompt from the target
or when the socket is not ready to be read.

[YOCTO #8510]

(From OE-Core rev: d1a97475b4e6c7066a3161cb9cec1d4b27644518)

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-16 11:39:36 +00:00
..
__init__.py oeqa: add proper handling for command errors where needed 2014-04-30 21:52:33 +01:00
commands.py oeqa/commands: Increase qemu boot timeout to match testimage.bbclass 2015-08-01 07:34:08 +01:00
decorators.py oeqa/utils/decorators: fix missing keyword arguments on decorators 2015-10-27 07:24:30 +00:00
dump.py testimage: Added IO commands to dumps 2015-10-01 17:54:55 +01:00
ftools.py oeqa/utils/ftools: From functions that expect data, check if None 2015-10-21 22:56:06 +01:00
httpserver.py oeqa/utils/httpserver: Reset SIGTERM handler 2014-08-23 09:31:41 +01:00
logparser.py oeqa/utils/logparser.py: results based log parser utility 2014-09-10 15:38:56 +01:00
qemurunner.py qemurunner: Remove the timeout in run_serial 2015-11-16 11:39:36 +00:00
qemutinyrunner.py oeqa/utils: Add runner for poky-tiny qemu. 2015-04-10 18:10:27 +01:00
sshcontrol.py oeqa: Test failure/cleanup improvements 2015-09-06 15:26:18 +01:00
targetbuild.py oeqa/targetbuild: Ensure we run gnu-configize so config files are up to date 2015-09-12 22:48:47 +01:00