From 94ffc9d0845989d2f4dff8ae5bb2710e47ac4e00 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Fri, 15 Sep 2023 10:04:29 +0200 Subject: [PATCH] Fix tests to check for 15.5 and not 15.4 Signed-off-by: Jordi Massaguer Pla --- testsuite/features/secondary/minkvm_guests.feature | 2 +- testsuite/features/secondary/proxy_cobbler_pxeboot.feature | 2 +- testsuite/features/secondary/srv_content_lifecycle.feature | 6 +++--- .../features/secondary/srv_dist_channel_mapping.feature | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/testsuite/features/secondary/minkvm_guests.feature b/testsuite/features/secondary/minkvm_guests.feature index 29d910116177..5d12b14d19a9 100644 --- a/testsuite/features/secondary/minkvm_guests.feature +++ b/testsuite/features/secondary/minkvm_guests.feature @@ -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 diff --git a/testsuite/features/secondary/proxy_cobbler_pxeboot.feature b/testsuite/features/secondary/proxy_cobbler_pxeboot.feature index 8675a94c9a5b..a4868348a314 100644 --- a/testsuite/features/secondary/proxy_cobbler_pxeboot.feature +++ b/testsuite/features/secondary/proxy_cobbler_pxeboot.feature @@ -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" diff --git a/testsuite/features/secondary/srv_content_lifecycle.feature b/testsuite/features/secondary/srv_content_lifecycle.feature index c2eccceff26e..150d1396e625 100644 --- a/testsuite/features/secondary/srv_content_lifecycle.feature +++ b/testsuite/features/secondary/srv_content_lifecycle.feature @@ -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" diff --git a/testsuite/features/secondary/srv_dist_channel_mapping.feature b/testsuite/features/secondary/srv_dist_channel_mapping.feature index 66822c591302..4f01f6a05494 100644 --- a/testsuite/features/secondary/srv_dist_channel_mapping.feature +++ b/testsuite/features/secondary/srv_dist_channel_mapping.feature @@ -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"