From 1d387f423915897693bf7f6d53b6a88a2b6449cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= Date: Tue, 26 Sep 2023 13:27:56 +0200 Subject: [PATCH] testsuite: fix container proxy test cleanup The config file to clean is no longer a zip, but a tar.gz --- testsuite/features/secondary/proxy_as_pod_basic_tests.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/features/secondary/proxy_as_pod_basic_tests.feature b/testsuite/features/secondary/proxy_as_pod_basic_tests.feature index a7f60c74e56d..041acfd52db7 100644 --- a/testsuite/features/secondary/proxy_as_pod_basic_tests.feature +++ b/testsuite/features/secondary/proxy_as_pod_basic_tests.feature @@ -243,8 +243,8 @@ Feature: Register and test a Containerized Proxy Scenario: Cleanup: Remove Containerized Proxy configuration When I ensure folder "/etc/uyuni/proxy/*" doesn't exist on "proxy" - And I remove "/tmp/proxy_container_config.zip" from "proxy" - And I remove "/tmp/proxy_container_config.zip" from "server" + And I remove "/tmp/proxy_container_config.tar.gz" from "proxy" + And I remove "/tmp/proxy_container_config.tar.gz" from "server" Scenario: Cleanup: Remove "Pod Proxy Channel" configuration channel When I follow the left menu "Configuration > Channels"