Skip to content

Commit

Permalink
QE: Adapt BV test suite code for Uyuni
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
  • Loading branch information
nodeg committed Aug 4, 2023
1 parent c168dbf commit e8c1ab4
Showing 1 changed file with 140 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Feature: Synchronize products in the products page of the Setup Wizard
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text
And I wait until I see "SUSE Linux Enterprise Server 15 SP4 x86_64" product has been added

@susemanager
@sle15sp5_minion
Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I follow the left menu "Admin > Setup Wizard > Products"
Expand Down Expand Up @@ -134,6 +135,24 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text
And I wait until I see "SUSE Linux Enterprise Micro 5.1 x86_64" product has been added

@uyuni
@slemicro51_minion
Scenario: Add SUSE Linux Enterprise Micro 5.1
When I follow the left menu "Admin > Setup Wizard > Products"
And I wait until I do not see "Loading" text
And I enter "SUSE Linux Enterprise Micro 5.1" as the filtered product description
And I select "SUSE Linux Enterprise Micro 5.1 x86_64" as a product
Then I should see the "SUSE Linux Enterprise Micro 5.1 x86_64" selected
When I click the Add Product button
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text
And I wait until I see "SUSE Linux Enterprise Micro 5.1 x86_64" product has been added

@uyuni
@slemicro51_minion
Scenario: Add SUSE Linux Enterprise Micro 5.1 Uyuni Client tools
When I use spacewalk-common-channel to add channel "suse-microos-5.1-pool-x86_64 suse-microos-5.1-uyuni-client" with arch "x86_64"

@susemanager
@slemicro52_minion
Scenario: Add SUSE Linux Enterprise Micro 5.2
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -148,6 +167,24 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text
And I wait until I see "SUSE Linux Enterprise Micro 5.2 x86_64" product has been added

@uyuyni
@slemicro52_minion
Scenario: Add SUSE Linux Enterprise Micro 5.2
When I follow the left menu "Admin > Setup Wizard > Products"
And I wait until I do not see "Loading" text
And I enter "SUSE Linux Enterprise Micro 5.2" as the filtered product description
And I select "SUSE Linux Enterprise Micro 5.2 x86_64" as a product
Then I should see the "SUSE Linux Enterprise Micro 5.2 x86_64" selected
When I click the Add Product button
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text
And I wait until I see "SUSE Linux Enterprise Micro 5.2 x86_64" product has been added

@uyuni
@slemicro52_minion
Scenario: Add SUSE Linux Enterprise Micro 5.2 Uyuni Client tools
When I use spacewalk-common-channel to add channel "suse-microos-5.2-pool-x86_64 suse-microos-5.2-uyuni-client" with arch "x86_64"

@susemanager
@slemicro53_minion
Scenario: Add SUSE Linux Enterprise Micro 5.3
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -162,6 +199,24 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text
And I wait until I see "SUSE Linux Enterprise Micro 5.3 x86_64" product has been added

@uyuni
@slemicro53_minion
Scenario: Add SUSE Linux Enterprise Micro 5.3
When I follow the left menu "Admin > Setup Wizard > Products"
And I wait until I do not see "Loading" text
And I enter "SUSE Linux Enterprise Micro 5.3" as the filtered product description
And I select "SUSE Linux Enterprise Micro 5.3 x86_64" as a product
Then I should see the "SUSE Linux Enterprise Micro 5.3 x86_64" selected
When I click the Add Product button
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text
And I wait until I see "SUSE Linux Enterprise Micro 5.3 x86_64" product has been added

@uyuni
@slemicro53_minion
Scenario: Add SUSE Linux Enterprise Micro 5.3 Uyuni Client tools
When I use spacewalk-common-channel to add channel "sle-micro-5.3-pool-x86_64 sle-micro-5.3-uyuni-client" with arch "x86_64"

@susemanager
@slemicro54_minion
Scenario: Add SUSE Linux Enterprise Micro 5.4
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -176,6 +231,23 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text
And I wait until I see "SUSE Linux Enterprise Micro 5.4 x86_64" product has been added

@uyuni
@slemicro54_minion
Scenario: Add SUSE Linux Enterprise Micro 5.4
When I follow the left menu "Admin > Setup Wizard > Products"
And I wait until I do not see "Loading" text
And I enter "SUSE Linux Enterprise Micro 5.4" as the filtered product description
And I select "SUSE Linux Enterprise Micro 5.4 x86_64" as a product
Then I should see the "SUSE Linux Enterprise Micro 5.4 x86_64" selected
When I click the Add Product button
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text
And I wait until I see "SUSE Linux Enterprise Micro 5.4 x86_64" product has been added

@uyuni
@slemicro54_minion
Scenario: Add SUSE Linux Enterprise Micro 5.4 Uyuni Client tools
When I use spacewalk-common-channel to add channel "sle-micro-5.4-pool-x86_64 sle-micro-5.4-uyuni-client" with arch "x86_64"

@opensuse154arm_minion
Scenario: Add openSUSE 15.4 for ARM
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -187,6 +259,7 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text
And I wait until I see "openSUSE Leap 15.4 aarch64" product has been added

@susemanager
@opensuse155arm_minion
Scenario: Add openSUSE 15.5 for ARM
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -208,6 +281,12 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "AlmaLinux 9 x86_64" product has been added

@uyuni
@alma9_minion
Scenario: Add Alma Linux 9
When I use spacewalk-common-channel to add channel "almalinux9 almalinux9-uyuni-client" with arch "x86_64"

@susemanager
@centos7_minion
Scenario: Add SUSE Linux Enterprise Server with Expanded Support 7
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -218,6 +297,12 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "SUSE Linux Enterprise Server with Expanded Support 7" product has been added

@uyuni
@centos7_minion
Scenario: Add CentOS 7
When I use spacewalk-common-channel to add channel "centos7 centos7-uyuni-client" with arch "x86_64"

@susemanager
@liberty9_minion
Scenario: Add Liberty Linux 9
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -233,6 +318,7 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "SUSE Liberty Linux 9" product has been added

@susemanager
@oracle9_minion
Scenario: Add Oracle Linux 9
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -243,6 +329,11 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "Oracle Linux 9 x86_64" product has been added

@uyuni
@oracle9_minion
Scenario: Add Oracle Linux 9
When I use spacewalk-common-channel to add channel "oraclelinux9 oraclelinux9-uyuni-client" with arch "x86_64"

@rhel9_minion
Scenario: Add RHEL 9
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -253,6 +344,7 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "RHEL and Liberty 9 Base" product has been added

@susemanager
@rocky8_minion
Scenario: Add SUSE Linux Enterprise Server with Expanded Support 8
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -266,6 +358,12 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "RHEL or SLES ES or CentOS 8 Base" product has been added

@uyuni
@rocky8_minion
Scenario: Add Rocky Linux 8
When I use spacewalk-common-channel to add channel "rockylinux8 rockylinux8-uyuni-client" with arch "x86_64"

@susemanager
@rocky9_minion
Scenario: Add Rocky Linux 9
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -276,6 +374,12 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "Rocky Linux 9 x86_64" product has been added

@uyuni
@rocky9_minion
Scenario: Add Rocky Linux 9
When I use spacewalk-common-channel to add channel "rockylinux9 rockylinux9-uyuni-client" with arch "x86_64"

@susemanager
@ubuntu1804_minion
Scenario: Add Ubuntu 18.04
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -286,6 +390,12 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "Ubuntu 18.04" product has been added

@uyuni
@ubuntu1804_minion
Scenario: Add Ubuntu 18.04
When I use spacewalk-common-channel to add channel "ubuntu-1804-pool-amd64-uyuni ubuntu-1804-amd64-main-uyuni ubuntu-1804-amd64-main-updates-uyuni ubuntu-1804-amd64-main-security-uyuni ubuntu-1804-amd64-uyuni-client" with arch "amd64-deb"

@susemanager
@ubuntu2004_minion
Scenario: Add Ubuntu 20.04
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -296,6 +406,12 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "Ubuntu 20.04" product has been added

@uyuni
@ubuntu2004_minion
Scenario: Add Ubuntu 20.04
When I use spacewalk-common-channel to add channel "ubuntu-2004-pool-amd64-uyuni ubuntu-2004-amd64-main-uyuni ubuntu-2004-amd64-main-updates-uyuni ubuntu-2004-amd64-main-security-uyuni ubuntu-2004-amd64-uyuni-client" with arch "amd64-deb"

@susemanager
@ubuntu2204_minion
Scenario: Add Ubuntu 22.04
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -306,6 +422,12 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "Ubuntu 22.04" product has been added

@uyuni
@ubuntu2204_minion
Scenario: Add Ubuntu 22.04
When I use spacewalk-common-channel to add channel "ubuntu-2204-pool-amd64-uyuni ubuntu-2204-amd64-main-uyuni ubuntu-2204-amd64-main-updates-uyuni ubuntu-2204-amd64-main-security-uyuni ubuntu-2204-amd64-uyuni-client" with arch "amd64-deb"

@susemanager
@debian10_minion
Scenario: Add Debian 10
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -316,6 +438,12 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "Debian 10" product has been added

@uyuni
@debian10_minion
Scenario: Add Debian 10
When I use spacewalk-common-channel to add channel "debian-10-pool-amd64-uyuni debian-10-amd64-main-updates-uyuni debian-10-amd64-main-security-uyuni debian-10-amd64-uyuni-client" with arch "amd64-deb"

@susemanager
@debian11_minion
Scenario: Add Debian 11
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -326,6 +454,12 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
When I click the Add Product button
And I wait until I see "Debian 11" product has been added

@uyuni
@debian11_minion
Scenario: Add Debian 11
When I use spacewalk-common-channel to add channel "debian-11-pool-amd64-uyuni debian-11-amd64-main-updates-uyuni debian-11-amd64-main-security-uyuni debian-11-amd64-uyuni-client" with arch "amd64-deb"

@susemanager
@proxy
Scenario: Add SUSE Manager Proxy 4.3
When I follow the left menu "Admin > Setup Wizard > Products"
Expand All @@ -337,6 +471,12 @@ Scenario: Add SUSE Linux Enterprise Server 15 SP5
And I wait until I see "Selected channels/products were scheduled successfully for syncing." text
And I wait until I see "SUSE Manager Proxy 4.3 x86_64" product has been added

@uyuni
@proxy
Scenario: Add Uyuni Leap 15.4 Proxy
When I use spacewalk-common-channel to add channel "opensuse_leap15_4 opensuse_leap15_4-non-oss opensuse_leap15_4-non-oss-updates opensuse_leap15_4-updates opensuse_leap15_4-backports-updates opensuse_leap15_4-sle-updates uyuni-proxy-stable-leap-154" with arch "x86_64"

@susemanager
@proxy
Scenario: Add SUSE Manager Retail Branch Server 4.3
When I follow the left menu "Admin > Setup Wizard > Products"
Expand Down

0 comments on commit e8c1ab4

Please sign in to comment.