From 9b1050f747d1eea8976a0e1b839299598bc50f57 Mon Sep 17 00:00:00 2001 From: Dominik Gedon Date: Thu, 19 Oct 2023 10:17:38 +0200 Subject: [PATCH] QE: Remove Uyuni client tools sync from ref. job This was introduces by the switch from SLES to openSUSE in the Uyuni CI, but we do not need the sync of the Uyuni client tools in SUMA. Signed-off-by: Dominik Gedon --- .../reposync/reference_srv_sync_products_extra.feature | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testsuite/features/reposync/reference_srv_sync_products_extra.feature b/testsuite/features/reposync/reference_srv_sync_products_extra.feature index 0363730b1f02..b79b45084386 100644 --- a/testsuite/features/reposync/reference_srv_sync_products_extra.feature +++ b/testsuite/features/reposync/reference_srv_sync_products_extra.feature @@ -11,10 +11,6 @@ Feature: Synchronize extra products in the products page of the Setup Wizard Then I should see a "Arch" text And I should see a "Channels" text -@susemanager - Scenario: Enable SLES15 SP4 Uyuni client tools for creating bootstrap repositories - When I use spacewalk-common-channel to add channel "sle-product-sles15-sp4-pool-x86_64 sles15-sp4-uyuni-client" with arch "x86_64" - @uyuni Scenario: Add openSUSE Leap 15.5 product, 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-devel-leap opensuse_leap15_5-uyuni-client" with arch "x86_64"