]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix test 117/head
authorZack Cerza <zack@cerza.org>
Mon, 30 Sep 2013 20:26:01 +0000 (15:26 -0500)
committerZack Cerza <zack@cerza.org>
Tue, 1 Oct 2013 14:07:50 +0000 (09:07 -0500)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/orchestra/test/test_connection.py

index b8a47370def7a8cbebc68c8b9d8985b5bc74c81d..951a6742340205243add4a397e14f0db7b3ef19c 100644 (file)
@@ -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)