tests: Remove redundant ofport_request.
authorWilliam Tu <u9012063@gmail.com>
Fri, 29 Apr 2016 17:11:25 +0000 (10:11 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 17 May 2016 23:30:58 +0000 (16:30 -0700)
Signed-off-by: William Tu <u9012063@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/tunnel.at

index 9f17194..7f82785 100644 (file)
@@ -114,7 +114,7 @@ OVS_VSWITCHD_START([add-port br0 p1 -- set Interface p1 type=gre \
                     options:remote_ip=1.1.1.1 options:local_ip=2.2.2.2 \
                     options:key=5 ofport_request=1\
                     -- add-port br0 p2 -- set Interface p2 type=dummy \
-                    ofport_request=2 ofport_request=2])
+                    ofport_request=2])
 AT_DATA([flows.txt], [dnl
 actions=output:1
 ])