Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests to check for 15.5 and not 15.4 #7550

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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"
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
Loading