]> code.ossystems Code Review - openembedded-core.git/commit
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>
Fri, 20 Sep 2013 11:14:31 +0000 (12:14 +0100)
commit2f91bb438cfcdd0a40daed5902b6e98fc0aee67f
treedf38d065c5459d0ab331cb7108dfdb54b5fb39d2
parent48b9e45b9716130b015ae2ab7398d6aa243933dc
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.

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