Fix multipatch job for upstream bump verification
[releng/builder.git] / jjb / integration / integration-install-robotframework.sh
index e79699e302053514378623c6547eb0222c77a8ae..81c367d2c65fda4ab6364a66c4d6539dd5e4d0e1 100644 (file)
@@ -59,11 +59,13 @@ pip install --upgrade jsonpatch
 # 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-openstackclient
+pip install networking-l2gw==11.0.0
 pip install python-neutronclient==6.1.0
+pip install networking-sfc
 
 # Print installed versions.
-pip freeze
+pip install --upgrade pipdeptree
+pipdeptree
 
 # vim: sw=4 ts=4 sts=4 et ft=sh :