File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dnf-behave-tests/dnf/plugins-core Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ Background:
1919 And I successfully execute dnf with args "install wget"
2020
2121
22- Scenario : When PGP key is expired, its removal is triggered before transaction
22+ Scenario : When OpenPGP key is expired, its removal is triggered before transaction
2323 Given I move the clock forward to "2 years"
2424 And I successfully execute dnf with args "install vagare"
2525 Then stderr contains lines matching
2626 """
27- The following PGP key \(0x.*\) is about to be removed:
27+ The following (Open)? PGP key \(0x.*\) is about to be removed:
2828 Reason : Expired on .*
2929 UserID : "dnf-ci-gpg-expiry"
3030 """
3131
3232
33- Scenario : When PGP key is expired, its removal is not triggered on non-transactional operations
33+ Scenario : When OpenPGP key is expired, its removal is not triggered on non-transactional operations
3434 Given I move the clock forward to "2 years"
3535 And I successfully execute dnf with args "repoquery vagare"
36- Then stderr does not contain "The following PGP key \( 0x.*\) is about to be removed:"
36+ Then stderr does not contain "The following (Open)? PGP key \( 0x.*\) is about to be removed:"
You can’t perform that action at this time.
0 commit comments