lib/oeqa/runtime: remove some unnecessary checks from setUpModule
authorStefan Stanacar <stefanx.stanacar@intel.com>
Wed, 28 Aug 2013 09:56:45 +0000 (12:56 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Aug 2013 22:36:08 +0000 (23:36 +0100)
commit8f696609412f6a589bf26e3f87d4045bee138c65
tree81c16a41bf9aff95aed3dc387f8eec9ed2cda5b3
parent522299bdf97d8588ea70a3206cc8ee99683859ee
lib/oeqa/runtime: remove some unnecessary checks from setUpModule

These checks are unnecessary.
setUpModule is run when a module is loaded and we
shouldn't run commands on the target here, (plus if
ssh doesn't work we error out in setup multiple times, instead
of skipping the real test, which might depend on test_ssh).

(From OE-Core rev: 188acd0a75e188fd7c0d2979acaf13fd18b12106)

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/runtime/date.py
meta/lib/oeqa/runtime/df.py
meta/lib/oeqa/runtime/dmesg.py
meta/lib/oeqa/runtime/vnc.py