mirror of
https://github.com/ceph/ceph
synced 2025-02-22 02:27:29 +00:00
Fix test
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
parent
69ea83904f
commit
4135960eb6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user