diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2017-03-27 19:43:52 +0300 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-12 11:41:08 +0200 |
commit | 696fb168cd72978c18a9c7f4d9d2ba60b80611ab (patch) | |
tree | 22bce8c2ea4ccd8feb742a57160b73b1297a5aa1 | |
parent | 6e0a0070d775cf5f266cda53eb7c004cecb0511c (diff) |
Upgrade robotframework-sshlibrary to 2.1.3
Robotframework sshlibrary monkeypatches paramiko runtime and version
2.1.1 causes
2017-03-27 15:24:23,196 - SSH utils - ERROR - _custom_start_client() got
an unexpected keyword argument 'timeout'
errors in SFC test because of the issue
https://github.com/robotframework/SSHLibrary/issues/158
This issue is resolved in version 2.1.3
Change-Id: I07f570c1a90f358b9f17aa6c959642d67e07a7e4
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index e709220a..ddf0b1c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pexpect==4.0 requests>=2.8.0 robotframework==2.9.1 robotframework-requests==0.3.8 -robotframework-sshlibrary==2.1.1 +robotframework-sshlibrary==2.1.3 configObj==5.0.6 Flask==0.10.1 xmltodict==0.9.2 diff --git a/test-requirements.txt b/test-requirements.txt index 471e9c30..088b3870 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -23,6 +23,6 @@ pyyaml==3.10 requests==2.8.0 robotframework==2.9.1 robotframework-requests==0.3.8 -robotframework-sshlibrary==2.1.1 +robotframework-sshlibrary==2.1.3 subprocess32==3.2.7 virtualenv==15.1.0 |