]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core/loader: Allow unittest.TestCase's to be executed
authorAníbal Limón <anibal.limon@linux.intel.com>
Thu, 8 Jun 2017 16:32:05 +0000 (11:32 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Jun 2017 14:04:09 +0000 (15:04 +0100)
commitbaac26f1b36e89e07637b738dd31ec7356f05a02
tree4f46e51659badd144239d393955fe3b394cafdc1
parent4d01610f36eaee8da3126bb5045856279371fd17
oeqa/core/loader: Allow unittest.TestCase's to be executed

Currently there was a restriction to only execute tests that's
inherits from OETestCase but in some circunstancies the features
from the OEQA framework isn't needed so we need to support
basic unittests.

[YOCTO #10828]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/core/loader.py
meta/lib/oeqa/core/runner.py