mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
selftest/reproducible: enable world reproducibility test
Add systemd and pam distro features, and commercial license flag to include more recipes into the world set. (From OE-Core rev: ed8f94942c07784f9f6eef5c00b75aa9b398ea5e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
796be0593a
commit
d9cf31579d
@@ -105,7 +105,7 @@ class DiffoscopeTests(OESelftestTestCase):
|
||||
|
||||
class ReproducibleTests(OESelftestTestCase):
|
||||
package_classes = ['deb', 'ipk']
|
||||
images = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline']
|
||||
images = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'world']
|
||||
save_results = False
|
||||
if 'OEQA_DEBUGGING_SAVED_OUTPUT' in os.environ:
|
||||
save_results = os.environ['OEQA_DEBUGGING_SAVED_OUTPUT']
|
||||
@@ -176,6 +176,8 @@ class ReproducibleTests(OESelftestTestCase):
|
||||
PACKAGE_CLASSES = "{package_classes}"
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
TMPDIR = "{tmpdir}"
|
||||
LICENSE_FLAGS_WHITELIST = "commercial"
|
||||
DISTRO_FEATURES_append = ' systemd pam'
|
||||
''').format(package_classes=' '.join('package_%s' % c for c in self.package_classes),
|
||||
tmpdir=tmpdir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user