]> code.ossystems Code Review - openembedded-core.git/commit
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:35:56 +0000 (23:35 +0100)
commit188acd0a75e188fd7c0d2979acaf13fd18b12106
tree90fff07d8f456fe88a8e3474a86d67a1c3da422c
parent3f8d61517d31c3351a45f95adbd81e1c0147b98e
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).

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/oeqa/runtime/date.py
meta/lib/oeqa/runtime/df.py
meta/lib/oeqa/runtime/dmesg.py
meta/lib/oeqa/runtime/vnc.py