]> code.ossystems Code Review - openembedded-core.git/commit
qemurunner: Handle lack of data on run serial gracefully
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 2 Sep 2015 13:44:42 +0000 (13:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Sep 2015 22:47:21 +0000 (23:47 +0100)
commit4770a766389b94ddd5639d7a92e196abac38da22
tree01db69a1a1db5307c0c93a5b60960db8a1d8b779
parentf8c7542164ebbe29613532c93ddc34c94238453c
qemurunner: Handle lack of data on run serial gracefully

This changes the behavior when data was not received over
the serial console when a command is run. With this the
socket is no longer closed but it throws and exception that
can handled in upper layers. With this the test can continue
without throwing errors for not having the socket anymore.

[YOCTO #8118]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/dump.py
meta/lib/oeqa/utils/qemurunner.py