commit | 35b8c921e9da13b46fae375693205bbff44bfcee | [log] [tgz] |
---|---|---|
author | Aaron Lee <aaron.lee@rackspace.com> | Tue Oct 18 17:07:19 2011 -0500 |
committer | Aaron Lee <aaron.lee@rackspace.com> | Wed Oct 19 16:23:03 2011 -0500 |
tree | 6e3208ce96f71259c73fe8ebfaa910b8d84df440 | |
parent | 78dbb6436614790f1cae1ebc68f360a65cdf5a66 [diff] [blame] |
test supporting API v1.1 Updating some of the test to support api v1.1 Change-Id: I22c8650d8be02031204b23b7d39c6c6fc5294ca9
diff --git a/kong/common/ssh.py b/kong/common/ssh.py index f650e64..aa6d3fc 100644 --- a/kong/common/ssh.py +++ b/kong/common/ssh.py
@@ -13,7 +13,7 @@ self.host = host self.username = username self.password = password - self.timeout = timeout + self.timeout = int(timeout) def _get_ssh_connection(self): """Returns an ssh connection to the specified host"""