oeqa/selftest/reproducible: test ipkgs too

Now that opkg-build can build reproducible ipkgs, we can also add those to the
test case.

[ YOCTO #13513 ]

(From OE-Core rev: 3806d38e6194a42534381993fcfcc3ff39550a13)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2019-09-16 12:25:51 +01:00
committed by Richard Purdie
parent 3c9edf9b02
commit 667200903c

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