]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: move recipetool tests to their own module
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 18 May 2015 15:15:06 +0000 (16:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 May 2015 07:16:47 +0000 (08:16 +0100)
commit2f88f6e7b2e54b13376338354aae1d61c0c0db60
tree70042f2a2f688a63320a2f5f2eabe8b1037f3ca8
parent99ac382d84667eb496dc510d3277b8c55b237738
oe-selftest: move recipetool tests to their own module

These tests really belong in their own module; if we refactor
out a base class from DevtoolTests with shared functions then we can
move them out easily. Also create temp directory in setupLocal() so we
don't have to do that in individual tests anymore.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/devtool.py
meta/lib/oeqa/selftest/recipetool.py [new file with mode: 0644]