Use OVS 2.6 image for L2GW CSIT 61/62461/1
authorVictor Pickard <vpickard@redhat.com>
Wed, 30 Aug 2017 18:41:27 +0000 (14:41 -0400)
committerVictor Pickard <vpickard@redhat.com>
Wed, 30 Aug 2017 18:45:45 +0000 (14:45 -0400)
Also, add stateful and learn modes back to L2GW
CSIT.

In a separate patch, neutron port for
L2GW VM has "--no-security-groups" set, so that
we can not test VMs attached to OVS with SGs with
VMs attached to HWVTEP without SG.

Change-Id: I756feb16ddbf691b9381f2ee682d95597b869c9b
Signed-off-by: Victor Pickard <vpickard@redhat.com>
jjb/netvirt/netvirt-csit-hwvtep-openstack.yaml

index 4517c0affc31ba245fb6197f722838b2ad04bc52..2c1e79f52ad48b353d337562971ad15be94cc4b0 100644 (file)
       - upstream-transparent:
           schedule: ''
           sg-mode: 'transparent'
+      - upstream-stateful:
+          schedule: ''
+          sg-mode: 'stateful'
+      - upstream-learn:
+          schedule: ''
+          sg-mode: 'learn'
       - gate-transparent:
           schedule: ''
           sg-mode: 'transparent'
@@ -59,7 +65,7 @@
 
     tools_system_count: 2
 
-    tools_system_image: 'Ubuntu 16.04 - mininet-ovs-25 - 20170808-0158'
+    tools_system_image: 'Ubuntu 16.04 - mininet-ovs-26 - 20170829-0548'
 
     enable-networking-l2gw: 'yes'