]> code.ossystems Code Review - openembedded-core.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:03:54 +0000 (12:03 +0000)
commit19e875dd81c42841666e6db5f6b665b4e1cddfe6
tree5b7b6b273c34d3d85353cb0ed0b1808576e530ec
parent9a3be58b17afbe4ef00030b0e6ad8b20b03adc49
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]

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/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]