]> code.ossystems Code Review - openembedded-core.git/commit
distrodata.py: Test to track recipes without HOMEPAGE or DESCRIPTION
authorDorinda Bassey <dorindabassey@gmail.com>
Sun, 14 Mar 2021 12:58:03 +0000 (13:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Mar 2021 14:37:35 +0000 (14:37 +0000)
commit5e0cfce7a126c194bfb7855952355c62eae3831a
tree0c9ec0520e0bebf4db0ca8d135a4d3168390d7d4
parent824c07d1cf2d1574dfe8f395af37479064782426
distrodata.py: Test to track recipes without HOMEPAGE or DESCRIPTION

This test is to keep track of recipes that do not have a HOMEPAGE or DESCRIPTION,
with exceptions to recipes whose SRC_URI are not linked to external sources.

Results of this test: it take about 2 to 3 minutes for this test to complete execution
depending on the laptop used, Recipes that didn't have a homepage or description were found,
and using list data structure instead of set() returned an ordered list of recipes that
didn't have a homepage. Hence it's easier to view recipes with missing homepage and description.

[YOCTO #13471]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/distrodata.py