]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
lib/oeqa: add oeTest superclass
authorStefan Stanacar <stefanx.stanacar@intel.com>
Fri, 1 Nov 2013 10:37:56 +0000 (12:37 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Nov 2013 22:04:28 +0000 (22:04 +0000)
commit19aeca1cac9bed7851dd7ee45156d6024ab54498
tree3e32fa3b4ca93ccab0da1d8f912256163c3c698d
parent90c709da9b3e8d3167a0ecb6ef91f569a70fe285
lib/oeqa: add oeTest superclass

Add oeTest superclass, make oeRuntimeTest inherit that and
make the necesarry adjustments. Tests in lib/oeqa/runtime don't
change, they still inherit oeRuntimeTest.
We should do this because oetest.py in the future can be a base module
for more stuff than oeRuntimeTest.

(From OE-Core rev: cd4ed41a070bd52c446ac3df8337f17ab9421145)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/oetest.py
meta/lib/oeqa/utils/decorators.py