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

QE: Leap 15.5 is no longer supported. Switch to 15.6 #9828

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 SUSE LLC
# Copyright (c) 2021-2025 SUSE LLC
# Licensed under the terms of the MIT license.

@scope_visualization
Expand Down Expand Up @@ -44,7 +44,7 @@ Feature: Managing channels
Scenario: Fail when trying to use reserved names for channels
When I follow the left menu "Software > Manage > Channels"
And I follow "Create Channel"
And I enter "openSUSE-Leap-15.5-Pool for x86_64" as "Channel Name"
And I enter "openSUSE-Leap-15.6-Pool for x86_64" as "Channel Name"
And I enter "test123" as "Channel Label"
And I enter "test123" as "Channel Summary"
And I click on "Create Channel"
Expand All @@ -55,7 +55,7 @@ Feature: Managing channels
When I follow the left menu "Software > Manage > Channels"
And I follow "Create Channel"
And I enter "test123" as "Channel Name"
And I enter "opensuse-leap-15.5-pool-x86_64" as "Channel Label"
And I enter "opensuse-leap-15.6-pool-x86_64" as "Channel Label"
And I enter "test123" as "Channel Summary"
And I click on "Create Channel"
Then I should see a "The channel label 'opensuse-leap-15.5-pool-x86_64' is reserved, please enter a different name" text
Expand All @@ -73,7 +73,7 @@ Feature: Managing channels
Scenario: Fail when trying to change the channel name to a reserved name
When I follow the left menu "Software > Manage > Channels"
And I follow "aaaSLE-12-Cloud-Compute5-Pool for x86_64"
And I enter "openSUSE-Leap-15.5-Pool for x86_64" as "Channel Name"
And I enter "openSUSE-Leap-15.6-Pool for x86_64" as "Channel Name"
And I click on "Update Channel"
Then I should see a "The channel name 'openSUSE-Leap-15.5-Pool for x86_64' is reserved, please enter a different name" text

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Feature: List available products
@uyuni
Scenario: List available products
When I execute mgr-sync "list products" with user "admin" and password "admin"
Then I should get "[ ] openSUSE Leap 15.5 x86_64"
Then I should get "[ ] openSUSE Leap 15.6 x86_64"

@susemanager
Scenario: List all available products
Expand Down
Loading