commit | 3f35626176611250c5275f1972233ee5225d74e4 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Fri Feb 13 08:06:14 2015 -0800 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Fri Feb 13 08:06:25 2015 -0800 |
tree | af15144a651448ca8589f5d22976b8f2342c1ac6 | |
parent | 7b3b1d46954c5efc02b59dfbb04600bc38dbcc18 [diff] [blame] |
Implement MOL-168 - Allow to run set of tests on single vm
diff --git a/utils.py b/utils.py index 0a38ad5..5cc1ac2 100644 --- a/utils.py +++ b/utils.py
@@ -29,7 +29,7 @@ return closure -def ssh_connect(host, user, key_file, retry_count=10, timeout=5): +def ssh_connect(host, user, key_file, retry_count=60, timeout=1): ssh = paramiko.SSHClient() ssh.load_host_keys('/dev/null') ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())