Skip to content

Commit 6ffb063

Browse files
lsimonswilderrodrigues
authored andcommitted
Don't fail if you've logged into an older systemvm manually, before.
1 parent 6244265 commit 6ffb063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/systemvm/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def setUp(self):
172172
env.abort_on_prompts = True
173173
env.command_timeout = 10
174174
env.timeout = 5
175+
env.disable_known_hosts = True
175176
env.platform_family = detect.detect()
176177

177178
# this could break down when executing multiple test cases in parallel in the same python process

0 commit comments

Comments
 (0)