Pin sshlibrary to 3.2.1 45/77445/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 1 Nov 2018 23:21:29 +0000 (16:21 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 1 Nov 2018 23:21:29 +0000 (16:21 -0700)
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 <jluhrsen@redhat.com>
jjb/integration/integration-install-robotframework.sh

index 2385f33a0f36c4707158c3ea84b0e3e1e50e92e1..aee4bbf91d3b8097047f5e6991cc0de826dcd6e9 100644 (file)
@@ -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