Commit 32fb267
committed
Skip verifying RPM signatures in tests
Our tests install some dummy test RPM pacakges. Starting from
rpm version 6.0.0 rpm by default requires veryfing signatures.
Our dummy packages aren't signed, which causes that they aren't
installed and the tests fail.
This commit should fix the broken CI on Rawhide.
Addressing:
package foobar-1.0-1.noarch does not verify: no signature
The following tests FAILED:
228 - probes/rpm/rpminfo/test_probes_rpminfo_offline.sh (Failed)
230 - probes/rpm/rpmverify/test_probes_rpmverify_not_equals_operation_offline.sh (Failed)
233 - probes/rpm/rpmverifyfile/test_probes_rpmverifyfile_offline.sh (Failed)
235 - probes/rpm/rpmverifypackage/test_probes_rpmverifypackage_offline.sh (Failed)1 parent 3e95263 commit 32fb267
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments