]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: distrodata: change test_maintainers() to use tinfoil
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 13 Dec 2018 03:46:56 +0000 (16:46 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Dec 2018 17:09:12 +0000 (17:09 +0000)
commit47282a2f6f12acebf58961ea9410cfbc335d560b
treefa27540375a944570997650e0e149e69784f0e74
parent91955caae584b4f75118e04411851b1a3d783fec
oe-selftest: distrodata: change test_maintainers() to use tinfoil

Use tinfoil to enumerate recipes and get the value of RECIPE_MAINTAINER
to make it a bit more reliable in the face of do_checkpkg issues we are
currently seeing on the Yocto Project autobuilder. This also makes it a
little less painful to re-execute test_maintainers() since you don't
have to wait for bitbake -c checkpkg to complete every time.

Note that the new test has been written in such a way that it will still
function if RECIPE_MAINTAINER values are ever moved to the recipes.
Also, the test still currently fails as there are recipes that don't
have an assigned maintainer.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/distrodata.py