]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa: add oeTest superclass
authorStefan Stanacar <stefanx.stanacar@intel.com>
Fri, 1 Nov 2013 10:37:56 +0000 (12:37 +0200)
committerSaul Wold <sgw@linux.intel.com>
Mon, 4 Nov 2013 18:01:17 +0000 (10:01 -0800)
commitcd4ed41a070bd52c446ac3df8337f17ab9421145
tree657a3b58b98f2fcff126124618acdb7d9564539d
parent1132c4210eddd59b22b2640935ab0bb8f48c0124
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.

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