From: Zack Cerza Date: Mon, 30 Sep 2013 20:26:01 +0000 (-0500) Subject: Fix test X-Git-Tag: 1.1.0~1847^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4135960eb6cd302cee07f52377a86878b2e504b2;p=teuthology.git Fix test Signed-off-by: Zack Cerza --- diff --git a/teuthology/orchestra/test/test_connection.py b/teuthology/orchestra/test/test_connection.py index b8a47370..951a6742 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)