]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:05:19 +0000 (12:05 +0000)
commit55f05fab2b2b72b3e254ff02c1e294d53691a1fc
treebc8499111780cf799e2baa4b2b7e95c334d5fd7a
parent3fac2417ddfffb8b32a821ae4b53fabfbb48a8fa
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]

(From OE-Core rev: bdb92fa4d9bd2e4a0a14e3adc62a6b9e9bf639d3)

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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]