Execute Openstack Client from Robot VM
[releng/builder.git] / jjb / integration / include-raw-integration-install-robotframework.sh
index ddef09f5122fc4a74b53d42325a499a1720efb58..7c02fff950639942eb2a6a6e1a7cb04a64968806 100644 (file)
@@ -56,6 +56,10 @@ pip install --upgrade jmespath
 # Module for backup-restore support library
 pip install --upgrade jsonpatch
 
+#Module OpenstackClient is needed for NEtvirt CSIT jobs
+pip install python-openstackclient
+pip install python-neutronclient
+
 # Print installed versions.
 pip freeze