From 9d4d730d59fb1b0b46b8655f222d07ffb9a02ab3 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 9 Apr 2024 09:44:24 +0100 Subject: [PATCH] One more tests that needs the host keys ignored --- tests/pytests/integration/netapi/test_ssh_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytests/integration/netapi/test_ssh_client.py b/tests/pytests/integration/netapi/test_ssh_client.py index c1eb93f303e..79a98de2742 100644 --- a/tests/pytests/integration/netapi/test_ssh_client.py +++ b/tests/pytests/integration/netapi/test_ssh_client.py @@ -191,6 +191,7 @@ def test_shell_inject_tgt(client, salt_ssh_roster_file, tmp_path, salt_auto_acco "eauth": "auto", "username": salt_auto_account.username, "password": salt_auto_account.password, + "ignore_host_keys": True, } ret = client.run(low) assert path.exists() is False