lib/oeqa/runtime: cleanup and improve output readability for some tests
authorStefan Stanacar <stefanx.stanacar@intel.com>
Thu, 19 Sep 2013 12:49:35 +0000 (13:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 Sep 2013 11:19:33 +0000 (12:19 +0100)
commite616242e23bd402292a68a2ce393ebae82117e6f
tree2e81225a6a0ad7542535ae591859d338a05ec6dd
parent25c88f9af2884389cb7cd90a445cff32a7e34281
lib/oeqa/runtime: cleanup and improve output readability for some tests

   - move everything in the same test. setUp/tearDown aren't quite
the right thing here, everything it's part of the same test. (and
it get's confusing when ssh fails)

ldd:
   - change test name and add output to error message

vnc:
   - remove unnecessary check as there is no point in doing
both ps and netstat. Also improve error output a bit.

(From OE-Core rev: 2f91bb438cfcdd0a40daed5902b6e98fc0aee67f)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/date.py
meta/lib/oeqa/runtime/ldd.py
meta/lib/oeqa/runtime/vnc.py