diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-17 11:20:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-17 11:20:24 +0000 |
commit | a9fe2ccbbb629e2f2827614c3eaf8e450b215d3a (patch) | |
tree | 81594213ca1048731a539c159a3a021cdfeaff76 | |
parent | 2e4eaa57012425a5ea2d39c1e3ef3c22e3b32ce8 (diff) | |
download | poky-a9fe2ccbbb629e2f2827614c3eaf8e450b215d3a.tar.gz |
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>
-rw-r--r-- | meta/lib/oeqa/selftest/cases/reproducible.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 9785c5ffac..0963c2f11a 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py | |||
@@ -173,7 +173,7 @@ class DiffoscopeTests(OESelftestTestCase): | |||
173 | self.assertTrue(os.path.exists(os.path.join(tmpdir, 'index.html')), "HTML index not found!") | 173 | self.assertTrue(os.path.exists(os.path.join(tmpdir, 'index.html')), "HTML index not found!") |
174 | 174 | ||
175 | class ReproducibleTests(OESelftestTestCase): | 175 | class ReproducibleTests(OESelftestTestCase): |
176 | package_classes = ['deb', 'ipk', 'rpm'] | 176 | package_classes = ['deb', 'ipk'] |
177 | images = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'world'] | 177 | images = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline', 'world'] |
178 | save_results = False | 178 | save_results = False |
179 | if 'OEQA_DEBUGGING_SAVED_OUTPUT' in os.environ: | 179 | if 'OEQA_DEBUGGING_SAVED_OUTPUT' in os.environ: |