Skip to content

Commit 0e502bd

Browse files
authored
Merge pull request #12326 from Bischoff/remove-sled15sp3
Change 'Desktop SP3' to 'Server SP6' in listing checks
2 parents 223a8b3 + 8075d1d commit 0e502bd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018-2025 SUSE LLC
1+
# Copyright (c) 2018-2026 SUSE LLC
22
# Licensed under the terms of the MIT license.
33

44
Feature: List available products
@@ -9,7 +9,7 @@ Feature: List available products
99
@susemanager
1010
Scenario: List available products
1111
When I execute mgr-sync "list products" with user "admin" and password "admin"
12-
Then I should get "[ ] SUSE Linux Enterprise Desktop 15 SP3 x86_64"
12+
Then I should get "[ ] SUSE Linux Enterprise Server 15 SP6 x86_64"
1313

1414
@uyuni
1515
Scenario: List available products
@@ -19,6 +19,6 @@ Feature: List available products
1919
@susemanager
2020
Scenario: List all available products
2121
When I execute mgr-sync "list products -e"
22-
Then I should get "[ ] SUSE Linux Enterprise Desktop 15 SP3 x86_64"
23-
And I should get " [ ] (R) Basesystem Module 15 SP3 x86_64"
24-
And I should get " [ ] Desktop Applications Module 15 SP3 x86_64"
22+
Then I should get "[ ] SUSE Linux Enterprise Server 15 SP6 x86_64"
23+
And I should get " [ ] (R) Basesystem Module 15 SP6 x86_64"
24+
And I should get " [ ] Desktop Applications Module 15 SP6 x86_64"

0 commit comments

Comments
 (0)