]> code.ossystems Code Review - openembedded-core.git/commitdiff
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)
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]

index 4cf3fa76b698b426bd11e4d34dcddfb591da9a49..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,3 +0,0 @@
-# Enable other layers to have tests in the same named directory
-from pkgutil import extend_path
-__path__ = extend_path(__path__, __name__)