Fix L2GW jobs 72/60572/6
authorgvrangan <venkatrangang@hcl.com>
Wed, 19 Jul 2017 17:36:30 +0000 (23:06 +0530)
committerVenkatrangan Govindarajan <venkatrangang@hcl.com>
Thu, 20 Jul 2017 12:10:05 +0000 (12:10 +0000)
networking-l2gw is needed for using l2gateway commands.
It works only with neutron clients older than 7.

Change-Id: I222d6f624f588b2a73202f8e3cf64a69ad2023be
Signed-off-by: gvrangan <venkatrangang@hcl.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index 4897254fba97112ae16c1d8eb3a3c38b34a2b6bc..9ee840aacf290d2ff5682b44b3f228a11ef096c8 100644 (file)
@@ -56,9 +56,13 @@ pip install --upgrade jmespath
 # Module for backup-restore support library
 pip install --upgrade jsonpatch
 
-#Module OpenstackClient is needed for NEtvirt CSIT jobs
+# 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
-pip install python-neutronclient
+pip install networking-l2gw
+pip install python-neutronclient==6.1.0
 
 # Print installed versions.
 pip freeze