lib/oeqa/oetest.py: provide a ps command for all tests
authorStefan Stanacar <stefanx.stanacar@intel.com>
Fri, 12 Jul 2013 10:38:53 +0000 (13:38 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Jul 2013 09:04:16 +0000 (10:04 +0100)
commite6db7c22530b659cb34e1eb9f983cf60b7ee8b4c
tree67e21f4cefc544dc83604cf14b3ca2f8331780a6
parent8657c3cfd05bb2a335ec30634f83f9fe49ec50d1
lib/oeqa/oetest.py: provide a ps command for all tests

Many tests will use 'ps' but we need to know if it's busybox
or standard ps.
Drop the existing check from the connman test.

(From OE-Core rev: 1515d33d2c5b7275a3ac20e07c1db1d8273de796)

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/runtime/connman.py