We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6244265 commit 6ffb063Copy full SHA for 6ffb063
test/systemvm/__init__.py
@@ -172,6 +172,7 @@ def setUp(self):
172
env.abort_on_prompts = True
173
env.command_timeout = 10
174
env.timeout = 5
175
+ env.disable_known_hosts = True
176
env.platform_family = detect.detect()
177
178
# this could break down when executing multiple test cases in parallel in the same python process
0 commit comments