]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/sdk: Add case and context modules for the SDK component
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 31 Oct 2016 23:24:25 +0000 (17:24 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:05:19 +0000 (12:05 +0000)
commit8a37763ae9e5b8bfa4ed89c2ab8642b8f5bfc287
treed4af06c2d2efd97b340aa657959a7abca1af4a1a
parent9a23e0f703ec3ccb99b354102d804eda13543b23
oeqa/sdk: Add case and context modules for the SDK component

Adds case and context modules for SDK based on oetest.py old code.

Enables SDK Test component usage with oe-test, the SDK Test component
adds command line options for specify sdk installed dir, sdk environment
and target/hosts maniftest.

[YOCTO #10599]

(From OE-Core rev: 19e875dd81c42841666e6db5f6b665b4e1cddfe6)

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>
meta/lib/oeqa/oetest.py
meta/lib/oeqa/sdk/__init__.py [new file with mode: 0644]
meta/lib/oeqa/sdk/case.py [new file with mode: 0644]
meta/lib/oeqa/sdk/context.py [new file with mode: 0644]