generic-poky/scripts/qemuimage-tests/tools
Tom Rini 10304e08ad connman_test.sh: Rework for busybox 'ps'
This script has two problems today.  First, it does 'ps -ef cmd'
in failure which real ps doesn't grok and busybox ps just ignores
the argument on.  Switch that to 'ps -ef'.  Second, busybox ps -o
doesn't understand cmd but does understand comm.  Using comm lets
us simplify the test logic as well, so switch to that.

(From OE-Core rev: cb34ce6833f298d487eeb35cf8297f286ef624d4)

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-04 15:04:34 +01:00
..
compiler_test.sh qemuimagetest: Add basic function check for gcc/g++/make command in target 2011-01-02 01:25:40 -08:00
connman_test.sh connman_test.sh: Rework for busybox 'ps' 2011-08-04 15:04:34 +01:00
dmesg.sh imagetest-qemu: Add test case for dmesg check in target 2010-11-10 21:09:22 +08:00
rpm_test.sh qemuimagetest: Add basic function check for rpm command 2011-01-02 01:25:40 -08:00
zypper_test.sh qemuimagetest: Add basic function check for zypper command 2011-01-02 01:25:40 -08:00