]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:05:18 +0000 (12:05 +0000)
commit90f4325dd5f24fa6e79764286a70e87bfa37a673
tree3d3fed9bd5e7e56e37319f6a8b791839a51c86a2
parent7bf63b28f1dee0b582769879c1727c5a1171c2b1
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]

(From OE-Core rev: 04b69cff3957731fa1ed2f7d23f2f616978ed0b7)

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