One more tests that needs the host keys ignored

This commit is contained in:
Pedro Algarvio 2024-04-09 09:44:24 +01:00
parent e8c3bdb482
commit 9d4d730d59

View file

@ -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