issue #275: ssh_debug_level=3 for tests

This commit is contained in:
David Wilson 2018-06-24 17:01:15 +01:00
parent 6d618593f3
commit 3b1cc3676c
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ class DockerMixin(RouterMixin):
kwargs.setdefault('hostname', self.dockerized_ssh.host)
kwargs.setdefault('port', self.dockerized_ssh.port)
kwargs.setdefault('check_host_keys', 'ignore')
kwargs.setdefault('ssh_debug_level', '3')
return self.router.ssh(**kwargs)
def docker_ssh_any(self, **kwargs):