generic-poky/meta/lib/oeqa
Stefan Stanacar 4e62e9cb76 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>
2013-08-28 23:36:08 +01:00
..
runtime lib/oeqa/runtime: remove some unnecessary checks from setUpModule 2013-08-28 23:36:08 +01:00
utils lib/oeqa/utils: targetbuild: Add helper class for building packages on target 2013-08-26 11:47:21 +01:00
__init__.py lib/oeqa/oetest.py: base module for all runtime unittests 2013-07-09 10:53:43 +01:00
oetest.py lib/oeqa: change behaviour for unskippable tests 2013-08-26 11:47:21 +01:00
skeletoninit.py lib/oeqa/runtime: add new skeletoninit test 2013-08-26 11:47:20 +01:00