From: Jamo Luhrsen Date: Thu, 1 Nov 2018 23:21:29 +0000 (-0700) Subject: Pin sshlibrary to 3.2.1 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=a645e3ffc32973f601667e84292e90a0054be695;p=releng%2Fbuilder.git 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 --- 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