From a645e3ffc32973f601667e84292e90a0054be695 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Thu, 1 Nov 2018 16:21:29 -0700 Subject: [PATCH] Pin sshlibrary to 3.2.1 as of the robotframework-sshlibrary release of 3.2.0 our CSIT jobs are having issues with ssh connections. Some connections seemed to be getting confused with others and closing one connection ended up closing a different one. Change-Id: I7a8cf8fa4bfaa1ffce92c7ab1122163a07d1f5a2 Signed-off-by: Jamo Luhrsen --- jjb/integration/integration-install-robotframework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/integration-install-robotframework.sh b/jjb/integration/integration-install-robotframework.sh index 2385f33a0f..aee4bbf91d 100644 --- a/jjb/integration/integration-install-robotframework.sh +++ b/jjb/integration/integration-install-robotframework.sh @@ -29,7 +29,7 @@ pip install --upgrade docker-py importlib requests scapy netifaces netaddr ipadd pip install --upgrade robotframework-httplibrary \ requests==2.15.1 \ robotframework-requests \ - robotframework-sshlibrary \ + robotframework-sshlibrary==2.1.1 \ robotframework-selenium2library \ robotframework-pycurllibrary -- 2.36.6