]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/core/context: Add support of OETestContextExecutor
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 9 Nov 2016 17:50:46 +0000 (11:50 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:53 +0000 (12:03 +0000)
commit039deafa5f2c8fab31b8373b39f8bc219377b893
treecc2a4176675f7543526280f5dba862000c83854f
parent04b69cff3957731fa1ed2f7d23f2f616978ed0b7
oeqa/core/context: Add support of OETestContextExecutor

The OETestContextExecutor class supports to use oe-test for run core
test component also is a base class for the other test components
(runtime, sdk, selftest).

Te principal functionality is to support cmdline parsing and execution
of OETestContext, the test components could extend the common options
to provide specific ones. The common options between test components
are test data file, output log and test cases path's to scan.

Also it initializes the logger to be passed to the whole OEQA framework.

[YOCTO #10230]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
meta/lib/oeqa/core/context.py