[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4218/8267] oeqa/sdkext: Move test cases inside cases directory



commit 55f05fab2b2b72b3e254ff02c1e294d53691a1fc
Author: Aníbal Limón <anibal limon linux intel com>
Date:   Wed Nov 30 10:35:52 2016 -0600

    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               |    3 ---
 meta/lib/oeqa/sdkext/{ => cases}/devtool.py    |    0
 meta/lib/oeqa/sdkext/{ => cases}/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 4cf3fa7..e69de29 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__)
diff --git a/meta/lib/oeqa/sdkext/devtool.py b/meta/lib/oeqa/sdkext/cases/devtool.py
similarity index 100%
rename from meta/lib/oeqa/sdkext/devtool.py
rename to 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
similarity index 100%
rename from meta/lib/oeqa/sdkext/sdk_update.py
rename to meta/lib/oeqa/sdkext/cases/sdk_update.py


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]