diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2016-11-30 10:35:52 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-23 12:05:19 +0000 |
commit | 55f05fab2b2b72b3e254ff02c1e294d53691a1fc (patch) | |
tree | bc8499111780cf799e2baa4b2b7e95c334d5fd7a /meta/lib/oeqa/sdkext | |
parent | 3fac2417ddfffb8b32a821ae4b53fabfbb48a8fa (diff) | |
download | poky-55f05fab2b2b72b3e254ff02c1e294d53691a1fc.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]
(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>
Diffstat (limited to 'meta/lib/oeqa/sdkext')
-rw-r--r-- | meta/lib/oeqa/sdkext/__init__.py | 3 | ||||
-rw-r--r-- | meta/lib/oeqa/sdkext/cases/devtool.py (renamed from meta/lib/oeqa/sdkext/devtool.py) | 0 | ||||
-rw-r--r-- | meta/lib/oeqa/sdkext/cases/sdk_update.py (renamed from meta/lib/oeqa/sdkext/sdk_update.py) | 0 |
3 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 @@ | |||
1 | # Enable other layers to have tests in the same named directory | ||
2 | from pkgutil import extend_path | ||
3 | __path__ = extend_path(__path__, __name__) | ||
diff --git a/meta/lib/oeqa/sdkext/devtool.py b/meta/lib/oeqa/sdkext/cases/devtool.py index 65f41f6875..65f41f6875 100644 --- a/meta/lib/oeqa/sdkext/devtool.py +++ b/meta/lib/oeqa/sdkext/cases/devtool.py | |||
diff --git a/meta/lib/oeqa/sdkext/sdk_update.py b/meta/lib/oeqa/sdkext/cases/sdk_update.py index 2ade839c05..2ade839c05 100644 --- a/meta/lib/oeqa/sdkext/sdk_update.py +++ b/meta/lib/oeqa/sdkext/cases/sdk_update.py | |||