lib/oeqa: make it possible to restart the target
authorStefan Stanacar <stefanx.stanacar@intel.com>
Thu, 22 Aug 2013 11:47:21 +0000 (14:47 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 10:47:21 +0000 (11:47 +0100)
commitbce22c0b135644af6d56095b25be3fb4ab6a2932
treeb38e692c557bdf33cc2658f83a658e3e1666e4fd
parente65c5e34881aaa1130d678340518d622863611c2
lib/oeqa: make it possible to restart the target

Tweak QemuRunner so we can actually restart the
qemu target in a test (if we want more memory for example).
Also add a restart method to the base test class so that tests
can use it.

(From OE-Core rev: 9de7fe11967576f4a8b24e653c6b9a02e5f6d85b)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/oetest.py
meta/lib/oeqa/utils/qemurunner.py