summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/sdkext/__init__.py
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2016-11-30 10:35:52 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-23 12:03:54 +0000
commitbdb92fa4d9bd2e4a0a14e3adc62a6b9e9bf639d3 (patch)
treefe179594f21995b23e0b651d34e4921aa76dfb60 /meta/lib/oeqa/sdkext/__init__.py
parent1c9ba4b698bab916d42b58255692a7bf3d773bbc (diff)
downloadopenembedded-core-contrib-bdb92fa4d9bd2e4a0a14e3adc62a6b9e9bf639d3.tar.gz
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>
Diffstat (limited to 'meta/lib/oeqa/sdkext/__init__.py')
-rw-r--r--meta/lib/oeqa/sdkext/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/lib/oeqa/sdkext/__init__.py b/meta/lib/oeqa/sdkext/__init__.py
index 4cf3fa76b6..e69de29bb2 100644
--- a/meta/lib/oeqa/sdkext/__init__.py
+++ b/meta/lib/oeqa/sdkext/__init__.py
@@ -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__)