From 565966b0d770318fa0a468c30ae5e8d2b2853c0c Mon Sep 17 00:00:00 2001 From: Eric Bischoff Date: Fri, 7 Feb 2025 16:36:11 +0100 Subject: [PATCH] Cosmetical: alignement --- .../reposync/srv_sync_products.feature | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/testsuite/features/reposync/srv_sync_products.feature b/testsuite/features/reposync/srv_sync_products.feature index dbc16d5401d7..397ded89334e 100644 --- a/testsuite/features/reposync/srv_sync_products.feature +++ b/testsuite/features/reposync/srv_sync_products.feature @@ -3,7 +3,7 @@ Feature: Synchronize products in the products page of the Setup Wizard - @scc_credentials +@scc_credentials Scenario: Refresh SCC When I refresh SCC @@ -74,21 +74,21 @@ Feature: Synchronize products in the products page of the Setup Wizard Then the SLE15 SP4 product should be added When I wait until all synchronized channels for "sles15-sp4" have finished - @uyuni - Scenario: Partially add openSUSE Leap 15.5 product, only including the required packages to generate the bootstrap repository - When I use spacewalk-common-channel to add channel "opensuse_leap15_5" with arch "x86_64" - And I kill running spacewalk-repo-sync for "opensuse_leap15_5-x86_64" channel - And I use spacewalk-repo-sync to sync channel "opensuse_leap15_5-x86_64" including "python3-ply dmidecode libunwind" packages - And I use spacewalk-common-channel to add all "leap15.5-client-tools" channels with arch "x86_64" - And I wait until all synchronized channels for "leap15.5-client-tools-x86_64" have finished +@uyuni + Scenario: Partially add openSUSE Leap 15.5 product, only including the required packages to generate the bootstrap repository + When I use spacewalk-common-channel to add channel "opensuse_leap15_5" with arch "x86_64" + And I kill running spacewalk-repo-sync for "opensuse_leap15_5-x86_64" channel + And I use spacewalk-repo-sync to sync channel "opensuse_leap15_5-x86_64" including "python3-ply dmidecode libunwind" packages + And I use spacewalk-common-channel to add all "leap15.5-client-tools" channels with arch "x86_64" + And I wait until all synchronized channels for "leap15.5-client-tools-x86_64" have finished @containerized_server @proxy @uyuni -Scenario: Add openSUSE Leap Micro 5.5 Proxy, including Uyuni Client Tools - # TODO: Refactor the scenarios in order to not require a full synchronization of Uyuni proxy product (OpenSUSE Micro 5.5) - When I use spacewalk-common-channel to add all "uyuni-proxy" channels with arch "x86_64" - And I wait until all synchronized channels for "uyuni-proxy" have finished + Scenario: Add openSUSE Leap Micro 5.5 Proxy, including Uyuni Client Tools + # TODO: Refactor the scenarios in order to not require a full synchronization of Uyuni proxy product (OpenSUSE Micro 5.5) + When I use spacewalk-common-channel to add all "uyuni-proxy" channels with arch "x86_64" + And I wait until all synchronized channels for "uyuni-proxy" have finished @scc_credentials @uyuni