Upgrade robotframework-sshlibrary to 2.1.3 31/31931/2
authorGeorge Paraskevopoulos <geopar@intracom-telecom.com>
Mon, 27 Mar 2017 16:43:52 +0000 (19:43 +0300)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 12 May 2017 09:41:08 +0000 (11:41 +0200)
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>
requirements.txt
test-requirements.txt

index e709220..ddf0b1c 100644 (file)
@@ -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
index 471e9c3..088b387 100644 (file)
@@ -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