]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/sdkext: Move test cases inside cases directory
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 30 Nov 2016 16:35:52 +0000 (10:35 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:54 +0000 (12:03 +0000)
commitbdb92fa4d9bd2e4a0a14e3adc62a6b9e9bf639d3
treefe179594f21995b23e0b651d34e4921aa76dfb60
parent1c9ba4b698bab916d42b58255692a7bf3d773bbc
oeqa/sdkext: Move test cases inside cases directory

For match with the new structure of the OEQA framework.

In the new framework Test component base directory in this case
sdk module will contain case and context implementations.

[YOCTO #10599]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
meta/lib/oeqa/sdkext/__init__.py
meta/lib/oeqa/sdkext/cases/devtool.py [moved from meta/lib/oeqa/sdkext/devtool.py with 100% similarity]
meta/lib/oeqa/sdkext/cases/sdk_update.py [moved from meta/lib/oeqa/sdkext/sdk_update.py with 100% similarity]