From 30b86dd795eba53c6bc545be9a2eb7cd20cd9761 Mon Sep 17 00:00:00 2001 From: Eric Bischoff Date: Mon, 26 Aug 2024 19:34:07 +0200 Subject: [PATCH] Fix idempotency --- testsuite/features/secondary/min_ssh_tunnel.feature | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/testsuite/features/secondary/min_ssh_tunnel.feature b/testsuite/features/secondary/min_ssh_tunnel.feature index 50253182759d..12f8ae655814 100644 --- a/testsuite/features/secondary/min_ssh_tunnel.feature +++ b/testsuite/features/secondary/min_ssh_tunnel.feature @@ -89,9 +89,8 @@ Feature: Register a Salt system to be managed via SSH tunnel And I wait until I see "has been deleted" text Then "ssh_minion" should not be registered - Scenario: Cleanup: register a Salt minion after SSH tunnel tests - When I bootstrap "ssh_minion" using bootstrap script with activation key "1-SUSE-SSH-KEY-x86_64" from the server - And I wait at most 10 seconds until Salt master sees "ssh_minion" as "unaccepted" - And I accept "ssh_minion" key in the Salt master - Then I should see "ssh_minion" via spacecmd + Scenario: Cleanup: register a SSH minion after SSH tunnel tests + When I call system.bootstrap() on host "ssh_minion" and salt-ssh "enabled" + And I follow the left menu "Systems > Overview" + And I wait until I see the name of "ssh_minion", refreshing the page And I wait until onboarding is completed for "ssh_minion"