Skip to content

Commit

Permalink
backport sync public cloud module (#7694)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 authored Oct 16, 2023
1 parent 24f0b74 commit 5208e4a
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ Feature: Synchronize products in the products page of the Setup Wizard
When I click the Add Product button
And I wait until I see "SUSE Linux Enterprise Server 15 SP2 x86_64" product has been added

@cloud
@sle15sp2_minion
Scenario: Add SUSE Linux Enterprise Server 15 SP2 Public Cloud channels
When I add "sle-module-public-cloud15-sp2-pool-x86_64" channel
And I add "sle-module-public-cloud15-sp2-updates-x86_64" channel

@uyuni
@sle15sp2_minion
Scenario: Add SUSE Linux Enterprise Server 15 SP2 Uyuni Client tools
Expand All @@ -104,6 +110,12 @@ 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 SP3 x86_64" product has been added

@cloud
@sle15sp3_minion
Scenario: Add SUSE Linux Enterprise Server 15 SP3 Public Cloud channels
When I add "sle-module-public-cloud15-sp3-pool-x86_64" channel
And I add "sle-module-public-cloud15-sp3-updates-x86_64" channel

@uyuni
@sle15sp3_minion
Scenario: Add SUSE Linux Enterprise Server 15 SP3 Uyuni Client tools
Expand All @@ -127,6 +139,12 @@ 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

@cloud
@sle15sp4_minion
Scenario: Add SUSE Linux Enterprise Server 15 SP4 Public Cloud channels
When I add "sle-module-public-cloud15-sp4-pool-x86_64" channel
And I add "sle-module-public-cloud15-sp4-updates-x86_64" channel

@uyuni
@sle15sp4_minion
Scenario: Add SUSE Linux Enterprise Server 15 SP4 Uyuni Client tools
Expand All @@ -150,6 +168,12 @@ 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 SP5 x86_64" product has been added

@cloud
@sle15sp5_minion
Scenario: Add SUSE Linux Enterprise Server 15 SP5 Public Cloud channels
When I add "sle-module-public-cloud15-sp5-pool-x86_64" channel
And I add "sle-module-public-cloud15-sp5-updates-x86_64" channel

@uyuni
@sle15sp5_minion
Scenario: Add SUSE Linux Enterprise Server 15 SP5 Uyuni Client tools
Expand Down Expand Up @@ -512,6 +536,12 @@ 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 Manager Proxy 4.3 x86_64" product has been added

@cloud
@proxy
Scenario: Add Manager Proxy 4.3 Public Cloud channels
When I add "sle-module-public-cloud15-sp4-pool-x86_64-proxy-4.3" channel
And I add "sle-module-public-cloud15-sp4-updates-x86_64-proxy-4.3" channel

@uyuni
@proxy
Scenario: Add Uyuni Leap 15.4 Proxy, inlcuding Uyuni Client Tools
Expand Down

0 comments on commit 5208e4a

Please sign in to comment.