tests: Fix bug in testsuite introduced in backport.
authorBen Pfaff <blp@ovn.org>
Tue, 23 Feb 2016 00:17:28 +0000 (16:17 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 23 Feb 2016 00:17:28 +0000 (16:17 -0800)
Found by travis.

Reported-by: Joe Stringer <joe@ovn.org>
Fixes: 8a133bb5cb (ofproto-dpif-xlate: Don't consider mirrors used when excluded by VLAN.)
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/ofproto-dpif.at

index 215fa6d..689aec0 100644 (file)
@@ -4148,7 +4148,7 @@ AT_CLEANUP
 # might be invoked recursively, as a check against regression.
 AT_SETUP([ofproto-dpif - multiple VLAN output mirrors])
 OVS_VSWITCHD_START
-add_of_ports br0 1 2 3
+ADD_OF_PORTS([br0], 1, 2, 3)
 ovs-vsctl \
         -- set Bridge br0 fail-mode=standalone mirrors=@m1,@m2 \
        -- --id=@m1 create Mirror name=m1 select_all=true output_vlan=500 \