]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: add a test for upstream version check regressions
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 21 Apr 2017 07:57:01 +0000 (10:57 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2017 14:51:55 +0000 (15:51 +0100)
commit544e04a11ab6c26a367ac0b67774bf7ffdf43c88
treecdbba492d3b2c902fb9de1d8e379b2255ad825e5
parent4e1bef31e04044d26a948a9682a5122b46d15c0f
oe-selftest: add a test for upstream version check regressions

The test runs an upstream version check, and then compares the
list of recipes that failed the check (i.e. those where latest
upstream version could not be established) against the list of
known-broken upstreams. Mismatches either way (upstream check failed,
recipe not in the exception list, or upstream check worked,
recipe in exception list) fail the test.

[YOCTO #11031]

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta-selftest/files/distrodata/checkpkg_exceptions [new file with mode: 0644]
meta/lib/oeqa/selftest/cases/distrodata.py [new file with mode: 0644]