Skip to content

Commit

Permalink
Merge pull request #7785 from maximenoel8/fix_number_channels_issue
Browse files Browse the repository at this point in the history
Update enabled software channels number
  • Loading branch information
deneb-alpha authored Oct 27, 2023
2 parents 4301b28 + 17c7b69 commit dc1f893
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Feature: Assign child channel to a system
@uyuni
Scenario: Check old channels are still enabled on the system before channel change completes
When I refresh the metadata for "sle_minion"
Then "8" channels should be enabled on "sle_minion"
Then "9" channels should be enabled on "sle_minion"
And channel "openSUSE Leap 15.5 (x86_64)" should be enabled on "sle_minion"

@susemanager
Expand Down Expand Up @@ -113,7 +113,7 @@ Feature: Assign child channel to a system
@uyuni
Scenario: Check the new channels are enabled on the system
When I refresh the metadata for "sle_minion"
Then "9" channels should be enabled on "sle_minion"
Then "10" channels should be enabled on "sle_minion"
And channel "openSUSE Leap 15.5 (x86_64)" should be enabled on "sle_minion"
And channel "Uyuni Proxy Devel for openSUSE Leap 15.5 (x86_64) (Development)" should be enabled on "sle_minion"

Expand Down

0 comments on commit dc1f893

Please sign in to comment.