generic-poky/meta/lib/oeqa
Richard Purdie ae344c188d oeqa/qemurunner: Fix AttributeError: QemuRunner instance has no attribute 'server_socket'
If start() returns False due to create_socker() failing, stop() may still get
called and currently this gives a track back since server_socket doesn't exist.

Avoid this.

(From OE-Core rev: 26fb69ec663afd05134822dc5e48fc8928ea5bf1)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-07-27 23:29:15 +01:00
..
controllers meta: Add explict getVar param for (non) expansion 2015-06-23 11:57:25 +01:00
runtime oeqa/runtime/parselogs: don't use uname to get MACHINE 2015-07-25 14:41:42 +01:00
sdk lib/oeqa: Add sdk tests for gcc/perl/python 2015-04-29 10:58:55 +01:00
selftest oeqa/selftest/devtool: use new runqemu function 2015-07-27 23:29:15 +01:00
utils oeqa/qemurunner: Fix AttributeError: QemuRunner instance has no attribute 'server_socket' 2015-07-27 23:29:15 +01:00
__init__.py lib/oeqa/oetest.py: base module for all runtime unittests 2013-07-09 10:53:43 +01:00
oetest.py lib/oeqa: Add sdk tests for gcc/perl/python 2015-04-29 10:58:55 +01: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 targetcontrol: Improve logs by outputting qemu boot log in case of failure 2015-07-27 23:29:15 +01:00