]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe-selftest: add some tests for recipeutils module paule/devtool-recipeutils-fixes
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 28 Nov 2018 03:40:48 +0000 (16:40 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 29 Nov 2018 23:32:30 +0000 (12:32 +1300)
commitacc70b4631879da9b661d91fef6687900871040c
tree60e98890e7ca067584dc92a90e123b5d358f8c97
parenta451ee6de9c448ab81c98ae850d36a1bff28aaa0
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>
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]