From 4135960eb6cd302cee07f52377a86878b2e504b2 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 30 Sep 2013 15:26:01 -0500 Subject: [PATCH] Fix test Signed-off-by: Zack Cerza --- teuthology/orchestra/test/test_connection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/orchestra/test/test_connection.py b/teuthology/orchestra/test/test_connection.py index b8a47370def7a..951a674234020 100644 --- a/teuthology/orchestra/test/test_connection.py +++ b/teuthology/orchestra/test/test_connection.py @@ -28,6 +28,7 @@ class TestConnection(object): @fudge.with_fakes def test_connect(self): self.clear_config() + config.config.verify_host_keys = True fudge.clear_expectations() ssh = fudge.Fake('SSHClient') ssh.expects_call().with_args().returns(ssh) -- 2.39.5