From 696fb168cd72978c18a9c7f4d9d2ba60b80611ab Mon Sep 17 00:00:00 2001 From: George Paraskevopoulos Date: Mon, 27 Mar 2017 19:43:52 +0300 Subject: 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-requirements.txt') 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 -- cgit 1.2.3-korg