Skip to content

Commit

Permalink
Fix software channel test
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg committed Sep 8, 2023
1 parent 9d01075 commit ec45c64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions testsuite/features/secondary/min_change_software_channel.feature
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ 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 "13" channels should be enabled on "sle_minion"
And channel "SLE-Product-SLES15-SP4-Pool for x86_64" should be enabled on "sle_minion"
Then "8" channels should be enabled on "sle_minion"
And channel "openSUSE Leap 15.4 (x86_64)" should be enabled on "sle_minion"

@susemanager
Scenario: Assign a child channel to the system
Expand Down Expand Up @@ -113,9 +113,9 @@ 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 "14" channels should be enabled on "sle_minion"
And channel "SLE-Product-SLES15-SP4-Pool for x86_64" should be enabled on "sle_minion"
And channel "SLE15-SP4-Installer-Updates for x86_64" should be enabled on "sle_minion"
Then "9" channels should be enabled on "sle_minion"
And channel "openSUSE Leap 15.4 (x86_64)" should be enabled on "sle_minion"
And channel "Uyuni Proxy Devel for openSUSE Leap 15.4 (x86_64) (Development)" should be enabled on "sle_minion"

@susemanager
Scenario: Cleanup: subscribe the system back to previous channels
Expand Down

0 comments on commit ec45c64

Please sign in to comment.