]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-test: Add new oe-test script
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 31 Oct 2016 20:42:30 +0000 (14:42 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:53 +0000 (12:03 +0000)
commit04b69cff3957731fa1ed2f7d23f2f616978ed0b7
tree9e586a86ca2aa15c6b8acb2d4aa93d0dd5586f68
parent7d7d0dc3736fc12ae7848de2785f0066e6470cd1
scripts/oe-test: Add new oe-test script

The new oe-test script will be use to run test components with
one single script.

The oe-test script search for test components inside meta/lib/oeqa,
the test components needs to implement OETestContextExecutor inside
context module in order to be supported by oe-test.

[YOCTO #10230]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
scripts/oe-test [new file with mode: 0755]