Fix typo in sshlib version. s/2.1.1/3.1.1
[releng/builder.git] / jjb / integration / integration-install-robotframework.sh
index dbfb1bfd23e4c91fa0ca6c5321bde1ef5d6bc912..5c5a74e315dc6b974d9f2a7a09008be3442a709d 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==3.1.1 \
     robotframework-selenium2library \
     robotframework-pycurllibrary
 
@@ -69,6 +69,6 @@ odltools -V
 
 # Print installed versions.
 pip install --upgrade pipdeptree
-pipdeptree
+pip freeze
 
 # vim: sw=4 ts=4 sts=4 et ft=sh :