mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
oeqa: reproducible: Test core-image-sato and core-image-full-cmdline
Adds core-image-sato and core-image-full-cmdline to the list of images that the reproducible build test builds. (From OE-Core rev: d6c62cc0305ab082e990041da104fedb5798e0e4) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
93ef2e68f3
commit
6bb4a25219
@@ -78,7 +78,7 @@ def compare_file(reference, test, diffutils_sysroot):
|
||||
|
||||
class ReproducibleTests(OESelftestTestCase):
|
||||
package_classes = ['deb', 'ipk']
|
||||
images = ['core-image-minimal']
|
||||
images = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline']
|
||||
save_results = False
|
||||
|
||||
def setUpLocal(self):
|
||||
|
||||
Reference in New Issue
Block a user