Fix Newton Jobs
[releng/builder.git] / jjb / integration / include-raw-integration-install-robotframework.sh
index ddef09f5122fc4a74b53d42325a499a1720efb58..c13369f0b7ef8ccf09914696b9becb6240c00912 100644 (file)
@@ -37,7 +37,7 @@ pip install --upgrade robotframework-httplibrary \
 pip install --upgrade jsonpath-rw
 
 # Modules for longevity framework robot library
-pip install --upgrade elasticsearch elasticsearch-dsl
+pip install --upgrade elasticsearch==1.7.0 elasticsearch-dsl==0.0.11
 
 # Module for pyangbind used by lispflowmapping project
 pip install --upgrade pyangbind
@@ -56,6 +56,14 @@ pip install --upgrade jmespath
 # Module for backup-restore support library
 pip install --upgrade jsonpatch
 
+# Module OpenstackClient is needed for Netvirt CSIT jobs
+# Module networking-l2gw is required for using l2gw commands with neutron client
+# Module python-neutronclient is needed for certain tests run with Openstack Newton
+#  that does not work with Openstack Client
+pip install python-openstackclient==3.11.0
+pip install networking-l2gw
+pip install python-neutronclient==6.1.0
+
 # Print installed versions.
 pip freeze