Skip to content

Commit

Permalink
Upgrade --secseverity syntax to dnf5 --advisory-severities
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura authored and jan-kolarik committed Nov 18, 2024
1 parent 5f0e67d commit 1ef1c53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Given I use repository "dnf-ci-security"
| upgrade | advisory_B-0:1.0-4.x86_64 |
| upgrade | bugfix_B-0:1.0-2.x86_64 |
| upgrade | security_A-0:1.0-4.x86_64 |
When I execute dnf with args "offline-upgrade download --secseverity=Critical"
When I execute dnf with args "offline-upgrade download --advisory-severities=Critical"
Then the exit code is 0
And DNF transaction is following
| Action | Package |
Expand All @@ -182,7 +182,7 @@ Given I use repository "dnf-ci-security"
| upgrade | advisory_B-0:1.0-4.x86_64 |
| upgrade | bugfix_B-0:1.0-2.x86_64 |
| upgrade | security_A-0:1.0-4.x86_64 |
When I execute dnf with args "offline-upgrade download --secseverity=Moderate"
When I execute dnf with args "offline-upgrade download --advisory-severities=Moderate"
Then the exit code is 0
And DNF transaction is following
| Action | Package |
Expand Down

0 comments on commit 1ef1c53

Please sign in to comment.