[oe-commits] [openembedded-core] 04/04: oeqa: reproducible: Test core-image-sato and core-image-full-cmdline

git at git.openembedded.org git at git.openembedded.org
Wed Dec 18 10:20:25 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit d6c62cc0305ab082e990041da104fedb5798e0e4
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Tue Dec 17 14:36:23 2019 -0600

    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.
    
    Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/reproducible.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index a911056..db538a4 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -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):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list