diff --git a/test/systemvm/__init__.py b/test/systemvm/__init__.py index 858bc5fd47a..429b3d3e963 100644 --- a/test/systemvm/__init__.py +++ b/test/systemvm/__init__.py @@ -172,6 +172,7 @@ class SystemVMTestCase(TestCase): env.abort_on_prompts = True env.command_timeout = 10 env.timeout = 5 + env.disable_known_hosts = True env.platform_family = detect.detect() # this could break down when executing multiple test cases in parallel in the same python process