Remove openstack high frequency jobs
[releng/builder.git] / jjb / integration / integration-install-robotframework.sh
index dbfb1bfd23e4c91fa0ca6c5321bde1ef5d6bc912..75e389d977f970af708eda7f4f26bc4d248e9565 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
 
@@ -45,11 +45,6 @@ pip install --upgrade pyangbind
 # Module for iso8601 datetime format
 pip install --upgrade isodate
 
-# Modules for tornado and jsonpointer used by client libraries of IoTDM project
-# Note: Could be removed when client running on tools VM is used instead
-#       of client libraries only.
-pip install --upgrade tornado jsonpointer
-
 # Module for TemplatedRequests.robot library
 pip install --upgrade jmespath
 
@@ -69,6 +64,6 @@ odltools -V
 
 # Print installed versions.
 pip install --upgrade pipdeptree
-pipdeptree
+pip freeze
 
 # vim: sw=4 ts=4 sts=4 et ft=sh :