]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe-selftest: add some tests for recipeutils module
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 29 Nov 2018 09:21:15 +0000 (22:21 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Nov 2018 10:24:53 +0000 (10:24 +0000)
commit4e752c57c6161a4ec6c5ac67fa2f7c1559fceded
tree9dbe41ebe0d98078f38a881cfa4f59772f2549f0
parent1df15293dfc2a3412a724936a5bb0524a1bee398
oe-selftest: add some tests for recipeutils module

Add some tests for functions in meta/lib/oe/recipeutils.py, in
particular for a few issues I've just fixed. I haven't added tests for
all of the functions - some of them are already being tested via devtool
in any case.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-devtools/python/python-async-test.inc [new file with mode: 0644]
meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb [new file with mode: 0644]
meta-selftest/recipes-test/recipeutils/recipeutils-test.inc [new file with mode: 0644]
meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile [new file with mode: 0644]
meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile [new file with mode: 0644]
meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb [new file with mode: 0644]
meta/lib/oeqa/selftest/cases/recipeutils.py [new file with mode: 0644]