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

Remove product synchronization duplication #9677

Merged
merged 1 commit into from
Feb 3, 2025
Merged
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
Expand Up @@ -347,24 +347,6 @@ Feature: Synchronize products in the products page of the Setup Wizard
When I use spacewalk-common-channel to add channel "sle-micro-5.4-devel-uyuni-client" with arch "x86_64"
And I wait until the channel "sle-micro-5.4-devel-uyuni-client-x86_64" has been synced

@susemanager
@slemicro55_minion
Scenario: Add SUSE Linux Enterprise Micro 5.5
Given I am authorized for the "Admin" section
When I follow the left menu "Admin > Setup Wizard > Products"
And I wait until I do not see "currently running" text
And I wait until I do not see "Loading" text
And I enter "SUSE Linux Enterprise Micro 5.5" as the filtered product description
And I select "SUSE Linux Enterprise Micro 5.5 x86_64" as a product
Then I should see the "SUSE Linux Enterprise Micro 5.5 x86_64" selected
When I open the sub-list of the product "SUSE Linux Enterprise Micro 5.5 x86_64"
And I select "SUSE Manager Client Tools for SLE Micro 5 x86_64" as a product
Then I should see the "SUSE Manager Client Tools for SLE Micro 5 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.5 x86_64" product has been added
And I wait until all synchronized channels for "sle-micro-5.5" have finished

@uyuni
@slemicro55_minion
Scenario: Add SUSE Linux Enterprise Micro 5.5
Expand Down
Loading