X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-install-robotframework.sh;h=48d5f84f317847e950771dd7de1e9838ad75cf24;hb=6111b67d87bb22cec768b8caca80430d0a87094c;hp=d43f2d32b0e0c7dc81f2a15c64e7e9a178b6bc3d;hpb=d7c3880fe4578a70a16e2237bb8be8a1742c0291;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-install-robotframework.sh b/jjb/integration/integration-install-robotframework.sh index d43f2d32b..48d5f84f3 100644 --- a/jjb/integration/integration-install-robotframework.sh +++ b/jjb/integration/integration-install-robotframework.sh @@ -55,19 +55,6 @@ 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 -# Module pyhon-novaclient is installed as a dependency of openstackclient, but the -# latest version (v10.0.0) has some problem with "server add floating ip" that is -# not there with v9.0.0, so pinning it to that for now -pip install python-openstackclient -pip install networking-l2gw==11.0.0 -pip install python-neutronclient==6.1.0 -pip install networking-sfc -pip install --upgrade python-novaclient==9.0.0 - # Print installed versions. pip install --upgrade pipdeptree pipdeptree