Skip to content

Commit

Permalink
testsuite: fix container proxy test cleanup
Browse files Browse the repository at this point in the history
The config file to clean is no longer a zip, but a tar.gz
  • Loading branch information
cbosdo committed Sep 29, 2023
1 parent fbd20c2 commit 1d387f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/features/secondary/proxy_as_pod_basic_tests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1d387f4

Please sign in to comment.