Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.com>
  • Loading branch information
jordimassaguerpla committed Aug 10, 2023
1 parent 75417e5 commit 432bb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/features/support/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,14 @@
if $is_container_provider
'Fake Base Channel'
elsif ENV['SERVER'].include? 'uyuni'
'openSUSE Leap 15.4 (x86_64)'
'openSUSE Leap 15.4 (x86_64) server includes uyuni'
else
'SLES15-SP4-Pool'
end

proxy_base_channel =
if ENV['SERVER'].include? 'uyuni'
'openSUSE Leap 15.4 (x86_64)'
'openSUSE Leap 15.4 (x86_64) proxy, server includes uyuni'
else
'SLE-Product-SUSE-Manager-Proxy-4.3-Pool'
end
Expand Down

0 comments on commit 432bb2a

Please sign in to comment.