From: Aníbal Limón Date: Mon, 31 Oct 2016 23:20:48 +0000 (-0600) Subject: oeqa/sdk: Move test cases inside cases directory X-Git-Tag: uninative-1.5~704 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=57af8ee4021c302bd351adf03e6d85274ad7efd5;p=openembedded-core.git oeqa/sdk: 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 Signed-off-by: Mariano Lopez --- diff --git a/meta/lib/oeqa/sdk/__init__.py b/meta/lib/oeqa/sdk/cases/__init__.py similarity index 100% rename from meta/lib/oeqa/sdk/__init__.py rename to meta/lib/oeqa/sdk/cases/__init__.py diff --git a/meta/lib/oeqa/sdk/buildcvs.py b/meta/lib/oeqa/sdk/cases/buildcvs.py similarity index 100% rename from meta/lib/oeqa/sdk/buildcvs.py rename to meta/lib/oeqa/sdk/cases/buildcvs.py diff --git a/meta/lib/oeqa/sdk/buildgalculator.py b/meta/lib/oeqa/sdk/cases/buildgalculator.py similarity index 100% rename from meta/lib/oeqa/sdk/buildgalculator.py rename to meta/lib/oeqa/sdk/cases/buildgalculator.py diff --git a/meta/lib/oeqa/sdk/buildiptables.py b/meta/lib/oeqa/sdk/cases/buildiptables.py similarity index 100% rename from meta/lib/oeqa/sdk/buildiptables.py rename to meta/lib/oeqa/sdk/cases/buildiptables.py diff --git a/meta/lib/oeqa/sdk/gcc.py b/meta/lib/oeqa/sdk/cases/gcc.py similarity index 100% rename from meta/lib/oeqa/sdk/gcc.py rename to meta/lib/oeqa/sdk/cases/gcc.py diff --git a/meta/lib/oeqa/sdk/perl.py b/meta/lib/oeqa/sdk/cases/perl.py similarity index 100% rename from meta/lib/oeqa/sdk/perl.py rename to meta/lib/oeqa/sdk/cases/perl.py diff --git a/meta/lib/oeqa/sdk/python.py b/meta/lib/oeqa/sdk/cases/python.py similarity index 100% rename from meta/lib/oeqa/sdk/python.py rename to meta/lib/oeqa/sdk/cases/python.py