Revert "oe-selftests: add rpm to reproducible build selftest"

This reverts commit 84d3a90557444d8cd83d780b1c3f2b278ab07af2.

This shouldn't have been merged, its not ready yet.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-02-17 11:20:09 +00:00
parent 2e4eaa5701
commit a9fe2ccbbb

View File

@@ -173,7 +173,7 @@ class DiffoscopeTests(OESelftestTestCase):
self.assertTrue(os.path.exists(os.path.join(tmpdir, 'index.html')), "HTML index not found!") self.assertTrue(os.path.exists(os.path.join(tmpdir, 'index.html')), "HTML index not found!")
class ReproducibleTests(OESelftestTestCase): class ReproducibleTests(OESelftestTestCase):
package_classes = ['deb', 'ipk', 'rpm'] package_classes = ['deb', 'ipk']
images = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'world'] images = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'world']
save_results = False save_results = False
if 'OEQA_DEBUGGING_SAVED_OUTPUT' in os.environ: if 'OEQA_DEBUGGING_SAVED_OUTPUT' in os.environ: