Skip to content

Commit

Permalink
Fix tests to check for 15.5 and not 15.4
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.com>
  • Loading branch information
jordimassaguerpla committed Sep 15, 2023
1 parent 3feafa5 commit 94ffc9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion testsuite/features/secondary/minkvm_guests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Feature: Manage KVM virtual machines via the GUI
#@uyuni
# Scenario: Install TFTP boot package on the server
# And I install package tftpboot-installation on the server
# And I wait for "tftpboot-installation-openSUSE-Leap-15.4-x86_64" to be installed on "server"
# And I wait for "tftpboot-installation-openSUSE-Leap-15.5-x86_64" to be installed on "server"

@virthost_kvm
Scenario: Edit a virtual network
Expand Down
2 changes: 1 addition & 1 deletion testsuite/features/secondary/proxy_cobbler_pxeboot.feature
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Feature: PXE boot a terminal with Cobbler
#@uyuni
# Scenario: Install TFTP boot package on the server
# When I install package tftpboot-installation on the server
# And I wait for "tftpboot-installation-openSUSE-Leap-15.4-x86_64" to be installed on "server"
# And I wait for "tftpboot-installation-openSUSE-Leap-15.5-x86_64" to be installed on "server"

Scenario: Create auto installation distribution
When I follow the left menu "Systems > Autoinstallation > Distributions"
Expand Down
6 changes: 3 additions & 3 deletions testsuite/features/secondary/srv_content_lifecycle.feature
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ Feature: Content lifecycle
Scenario: Cleanup: remove the created channels
When I delete these channels with spacewalk-remove-channel:
|clp_label-prod_label-fake_base_channel|
|clp_label-prod_label-opensuse_leap15_4-x86_64|
|clp_label-prod_label-opensuse_leap15_5-x86_64|
|clp_label-qa_label-fake_base_channel|
|clp_label-qa_label-opensuse_leap15_4-x86_64|
|clp_label-qa_label-opensuse_leap15_5-x86_64|
|clp_label-dev_label-fake_base_channel|
|clp_label-dev_label-opensuse_leap15_4-x86_64|
|clp_label-dev_label-opensuse_leap15_5-x86_64|
And I list channels with spacewalk-remove-channel
Then I shouldn't get "clp_label"
4 changes: 2 additions & 2 deletions testsuite/features/secondary/srv_dist_channel_mapping.feature
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ Feature: Distribution Channel Mapping
When I follow the left menu "Software > Distribution Channel Mapping"
Then I should see the text "openSUSE Leap 15.5" in the Operating System field
And I should see the text "x86_64" in the Architecture field
And I should see the text "opensuse_leap15_4-x86_64" in the Channel Label field
And I should see the text "opensuse_leap15_5-x86_64" in the Channel Label field
When I follow "openSUSE Leap 15.5"
Then I should see a "Update Distribution Channel Map" text
When I enter "openSUSE Leap 15.5 modified" as "os"
And I select "openSUSE Leap 15.5 (x86_64)" from "channel_label" dropdown
And I click on "Update Mapping"
Then I should see the text "openSUSE Leap 15.5 modified" in the Operating System field
And I should see the text "opensuse_leap15_4-x86_64" in the Channel Label field
And I should see the text "opensuse_leap15_5-x86_64" in the Channel Label field

Scenario: Update map for x86_64 Ubuntu clients using test base channel
When I follow the left menu "Software > Distribution Channel Mapping"
Expand Down

0 comments on commit 94ffc9d

Please sign in to comment.