]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/sdk: Move test cases inside cases directory
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 31 Oct 2016 23:20:48 +0000 (17:20 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:05:19 +0000 (12:05 +0000)
commit2726c26efe8e135bb63408cad38509a89e49fa0d
tree3596d1e4294e18b57ad4763c149abf913f6671e3
parent8d3640b90dca79f7a79b3a62de5cf5326577434e
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]

(From OE-Core rev: 57af8ee4021c302bd351adf03e6d85274ad7efd5)

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/cases/__init__.py [moved from meta/lib/oeqa/sdk/__init__.py with 100% similarity]
meta/lib/oeqa/sdk/cases/buildcvs.py [moved from meta/lib/oeqa/sdk/buildcvs.py with 100% similarity]
meta/lib/oeqa/sdk/cases/buildgalculator.py [moved from meta/lib/oeqa/sdk/buildgalculator.py with 100% similarity]
meta/lib/oeqa/sdk/cases/buildiptables.py [moved from meta/lib/oeqa/sdk/buildiptables.py with 100% similarity]
meta/lib/oeqa/sdk/cases/gcc.py [moved from meta/lib/oeqa/sdk/gcc.py with 100% similarity]
meta/lib/oeqa/sdk/cases/perl.py [moved from meta/lib/oeqa/sdk/perl.py with 100% similarity]
meta/lib/oeqa/sdk/cases/python.py [moved from meta/lib/oeqa/sdk/python.py with 100% similarity]