]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/sdkext: Adds case and context modules.
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 30 Nov 2016 17:33:26 +0000 (11:33 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:55 +0000 (12:03 +0000)
commit1f0bb99249744b87dd39227a4cf37f2341f5499c
tree2ee5df428e593de06c66f52bd04c037b83cc0efa
parentbdb92fa4d9bd2e4a0a14e3adc62a6b9e9bf639d3
oeqa/sdkext: Adds case and context modules.

The extensible sdk context and case modules extends the sdk ones,
this means that the tests from sdk are run also the sdkext tests.

Enables support in context for use oe-test esdk command for run
the test suites, the same options of sdk are required for run esdk tests.

Removes old related to case and context inside oetest.py.

[YOCTO #10599]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
meta/lib/oeqa/oetest.py
meta/lib/oeqa/sdkext/case.py [new file with mode: 0644]
meta/lib/oeqa/sdkext/context.py [new file with mode: 0644]