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:
Joshua Watt
2019-12-17 14:36:23 -06:00
committed by Richard Purdie
parent 93ef2e68f3
commit 6bb4a25219

View File

@@ -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):