summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavio Leitner <fbl@sysclose.org>2019-08-29 00:36:08 -0300
committerBen Pfaff <blp@ovn.org>2019-08-28 21:04:42 -0700
commitcd619b5f6ca1eeb7ae8876c71c2fb790a52c271d (patch)
treea78c21fdcff654c393705d525a9758b9a1535fef
parentc8b6d317fef5d9f4860678fbbe702d9841dcc961 (diff)
downloadopenvswitch-cd619b5f6ca1eeb7ae8876c71c2fb790a52c271d.tar.gz
tests: fix output indentation in tunnel.at
The commit b1356b50aa6a ("tnl-neigh: Use outgoing ofproto version.") uses the output indentation from newer OvS versions which include the commit 7be29a47576d ("ofproto-dpif: Remove tabs from output."). Fixes: b1356b50aa6a ("tnl-neigh: Use outgoing ofproto version.") Signed-off-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--tests/tunnel.at14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/tunnel.at b/tests/tunnel.at
index df85690d0..07148045d 100644
--- a/tests/tunnel.at
+++ b/tests/tunnel.at
@@ -408,13 +408,13 @@ AT_CHECK([ovs-vsctl add-port int-br v1 -- set Interface v1 type=vxlan \
AT_CHECK([ovs-appctl dpif/show], [0], [dnl
dummy@ovs-dummy: hit:0 missed:0
- br0:
- br0 65534/100: (dummy-internal)
- p0 1/1: (dummy)
- int-br:
- int-br 65534/2: (dummy-internal)
- v1 2/4789: (vxlan: key=123, remote_ip=172.31.1.2)
- v2 3/3: (dummy-internal)
+ br0:
+ br0 65534/100: (dummy-internal)
+ p0 1/1: (dummy)
+ int-br:
+ int-br 65534/2: (dummy-internal)
+ v1 2/4789: (vxlan: key=123, remote_ip=172.31.1.2)
+ v2 3/3: (dummy-internal)
])
dnl First setup dummy interface IP address, then add the route