]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime: Fix setUp and tearDown methods
authorMariano Lopez <mariano.lopez@linux.intel.com>
Thu, 15 Oct 2015 06:29:38 +0000 (06:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Oct 2015 16:55:40 +0000 (17:55 +0100)
commit13282223b07787a92c251f89251e8a49a0e4e3eb
tree6b19b32fe300b71101e581113e55f8579162fdcf
parentb5917f8032d6965596868b2fe01da4e0682e2804
oeqa/runtime: Fix setUp and tearDown methods

Currently some of the runtime test overwrites
the setUp and tearDown methods provided by
oeRuntimeTest, this will avoid some checks
required when running the test suit.

This patch changes the setUp and tearDown methods
for their local counterparts, so when these
tests are called, it will run the parent setUp
and tearDown and also the local ones.

[YOCTO #8465]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/runtime/_ptest.py
meta/lib/oeqa/runtime/date.py
meta/lib/oeqa/runtime/kernelmodule.py
meta/lib/oeqa/runtime/scanelf.py