Skip to content

Commit

Permalink
Fix uyuni proxy sync (#9439)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 authored Nov 17, 2024
1 parent 2816dcc commit 516f35c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,8 @@ Feature: Synchronize products in the products page of the Setup Wizard

@uyuni
@proxy
Scenario: Add Uyuni Leap 15.5 Proxy, including Uyuni Client Tools
When I use spacewalk-common-channel to add all "leap15.5" channels with arch "x86_64"
Scenario: Add openSUSE Leap Micro 5.5 Proxy, including Uyuni Client Tools
When I use spacewalk-common-channel to add all "uyuni-proxy" channels with arch "x86_64"
And I wait until all synchronized channels for "uyuni-proxy" have finished

@susemanager
Expand Down
8 changes: 3 additions & 5 deletions testsuite/features/reposync/srv_sync_products.feature
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,9 @@ Feature: Synchronize products in the products page of the Setup Wizard
@containerized_server
@proxy
@uyuni
Scenario: Add openSUSE Leap Micro 5.5 product, including Uyuni Client Tools
When I use spacewalk-common-channel to add all "leap-micro5.5" channels with arch "x86_64"
And I use spacewalk-common-channel to add all "leap-micro5.5-client-tools" channels with arch "x86_64"
And I wait until all synchronized channels for "leap-micro5.5-x86_64" have finished
And I wait until all synchronized channels for "leap-micro5.5-client-tools-x86_64" have finished
Scenario: Add openSUSE Leap Micro 5.5 Proxy, including Uyuni Client Tools
When I use spacewalk-common-channel to add all "uyuni-proxy" channels with arch "x86_64"
And I wait until all synchronized channels for "uyuni-proxy" have finished

@proxy
@susemanager
Expand Down
12 changes: 4 additions & 8 deletions testsuite/features/support/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1339,14 +1339,10 @@
],
'uyuni-proxy' => # CHECKED
%w[
opensuse_leap15_5-x86_64
opensuse_leap15_5-uyuni-client-x86_64
opensuse_leap15_5-x86_64-backports-updates
opensuse_leap15_5-x86_64-non-oss
opensuse_leap15_5-x86_64-non-oss-updates
opensuse_leap15_5-x86_64-sle-updates
opensuse_leap15_5-x86_64-updates
uyuni-proxy-devel-leap-x86_64
opensuse_micro5_5-x86_64
opensuse_micro5_5-x86_64-sle-updates
opensuse_micro5_5-uyuni-client-x86_64
opensuse_micro5_5-uyuni-client-devel-x86_64
]
# There are no channels for Retail under Uyuni
}
Expand Down

0 comments on commit 516f35c

Please sign in to comment.