commit | 0c598a15aeb853a050170e693eeb4fb41e179131 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Tue Apr 21 03:01:40 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Tue Apr 21 03:01:49 2015 +0300 |
tree | 62ebee75069f684b77504d65cb5c956279e86ebd | |
parent | 66b71e6651952ad9631950322bd20400a53f7314 [diff] [blame] |
start adding unit tests, rework config compiler
diff --git a/wally/run_test.py b/wally/run_test.py index b22ce38..44b65c0 100755 --- a/wally/run_test.py +++ b/wally/run_test.py
@@ -44,6 +44,10 @@ def connect_one(node, vm=False): + if node.conn_url == 'local': + node.connection = ssh_utils.connect(node.conn_url) + return + try: ssh_pref = "ssh://" if node.conn_url.startswith(ssh_pref):