From 0df4ea533a96487d0a44959a4ee0ab83927de546 Mon Sep 17 00:00:00 2001 From: Dominik Gedon Date: Fri, 18 Aug 2023 14:14:38 +0200 Subject: [PATCH] QE: fix channel selection for PR tests --- testsuite/features/support/constants.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/features/support/constants.rb b/testsuite/features/support/constants.rb index 08a2375ff9b9..2786c775999d 100644 --- a/testsuite/features/support/constants.rb +++ b/testsuite/features/support/constants.rb @@ -200,14 +200,14 @@ sle_base_channel = if ENV['PROVIDER'].include? 'podman' 'Fake Base Channel' - elsif ENV['SERVER'].include? 'uyuni' + elsif ENV['SERVER'].include?('uyuni') or ENV['SERVER'].include?('suma-pr') 'openSUSE Leap 15.4 (x86_64)' else 'SLES15-SP4-Pool' end proxy_base_channel = - if ENV['SERVER'].include? 'uyuni' +if ENV['SERVER'].include?('uyuni') or ENV['SERVER'].include?('suma-pr') 'openSUSE Leap 15.4 (x86_64)' else 'SLE-Product-SUSE-Manager-Proxy-4.3-Pool'