]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/selftest/reproducible: test ipkgs too
authorRoss Burton <ross.burton@intel.com>
Mon, 16 Sep 2019 11:25:51 +0000 (12:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Sep 2019 22:00:57 +0000 (23:00 +0100)
Now that opkg-build can build reproducible ipkgs, we can also add those to the
test case.

[ YOCTO #13513 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/reproducible.py

index eee09d3fb263d9b07694739c6a594b4d2c977978..c235c139ed1cdc8ee2877e5598fb24e194a7db9f 100644 (file)
@@ -72,7 +72,7 @@ def compare_file(reference, test, diffutils_sysroot):
     return result
 
 class ReproducibleTests(OESelftestTestCase):
-    package_classes = ['deb']
+    package_classes = ['deb', 'ipk']
     images = ['core-image-minimal']
 
     def setUpLocal(self):