poky/scripts/qemuimage-tests
Richard Purdie ebf1f6dacf qemu-testlib: Add python helper and simplify shell
The current code has a race since it greps for *any* qemu process
running, even if it isn't the one we started. This leads to some sanity
tests potentially failing on machines where multiple sets of sanity tests
are running.

To resovle this and some other ugly code issues, add a python script
to accurately walk the process tree and find the qemu process. We can
then replace all the shell functions attempting this which happen to
work in many cases but not all.

Also clean up some of the error handling so its more legible.

(From OE-Core rev: a62263761fc77c139d418236cc52b04bed629229)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-27 17:28:00 +00:00
..
sanity qemu-testlib: Add python helper and simplify shell 2013-03-27 17:28:00 +00:00
scenario qemuimagetest: modifying the scenario file as per new test cases 2012-09-10 13:01:47 +01:00
systemusage qemuimagetest: add basic function to check syslogd 2012-09-10 13:01:47 +01:00
toolchain qemuimagetest: update cvs and iptables to newer version for toolchain test 2011-06-24 11:28:32 +01:00
tools qemuimagetest: add basic function to check syslogd 2012-09-10 13:01:47 +01:00