Skip to content

Commit

Permalink
QE: Fix constants for proxy in 5.0 and Uyuni BV environments
Browse files Browse the repository at this point in the history
  • Loading branch information
srbarrios authored and admd committed May 20, 2024
1 parent b3a5c9e commit bb9bddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/features/support/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
# Then take a look at the Parent Channel selections
BASE_CHANNEL_BY_CLIENT = {
'SUSE Manager' => {
'proxy' => 'SLE-Micro-5.5-Pool for x86_64',
'proxy_container' => 'SLE-Micro-5.5-Pool for x86_64',
'proxy_traditional' => 'SLE-Product-SUSE-Manager-Proxy-4.3-Pool for x86_64',
'sle_minion' => 'SLE-Product-SLES15-SP4-Pool for x86_64',
Expand Down Expand Up @@ -299,6 +300,7 @@
'salt_migration_minion' => 'SLE-Product-SLES15-SP5-Pool for x86_64'
},
'Uyuni' => {
'proxy' => 'openSUSE Leap Micro 5.5 (x86_64)',
'proxy_container' => 'openSUSE Leap Micro 5.5 (x86_64)',
'proxy_traditional' => 'openSUSE Leap 15.5 (x86_64)',
'sle_minion' => 'openSUSE Leap 15.5 (x86_64)',
Expand Down

0 comments on commit bb9bddb

Please sign in to comment.