Skip to content

Commit

Permalink
Merge pull request #8139 from Bischoff/bump-proxy-os-version
Browse files Browse the repository at this point in the history
Uyuni proxy is based on leap 15.5
  • Loading branch information
raulillo82 authored Jan 11, 2024
2 parents 7bdc17d + 0df50f9 commit 7508826
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,8 @@ Feature: Synchronize products in the products page of the Setup Wizard

@uyuni
@proxy
Scenario: Add Uyuni Leap 15.4 Proxy, including Uyuni Client Tools
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 opensuse_leap15_4-uyuni-client-devel" with arch "x86_64"
Scenario: Add Uyuni Leap 15.5 Proxy, including Uyuni Client Tools
When I use spacewalk-common-channel to add channel "opensuse_leap15_5 opensuse_leap15_5-non-oss opensuse_leap15_5-non-oss-updates opensuse_leap15_5-updates opensuse_leap15_5-backports-updates opensuse_leap15_5-sle-updates uyuni-proxy-stable-leap-155 opensuse_leap15_5-uyuni-client-devel" with arch "x86_64"
And I wait until all synchronized channels for "uyuni-proxy" have finished

@susemanager
Expand Down
14 changes: 7 additions & 7 deletions testsuite/features/support/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -958,14 +958,14 @@
],
'uyuni-proxy' =>
%w[
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
opensuse_leap15_5
opensuse_leap15_5-non-oss
opensuse_leap15_5-non-oss-updates
opensuse_leap15_5-updates
opensuse_leap15_5-backports-updates
opensuse_leap15_5-sle-updates
uyuni-proxy-devel-leap-x86_64
opensuse_leap15_4-uyuni-client-devel
opensuse_leap15_5-uyuni-client-devel
],
'uyuni-retail-branch-server' =>
%w[
Expand Down

0 comments on commit 7508826

Please sign in to comment.