[ovs-dev] [PATCH 2.9 2.8 2.7] tests: fix output indentation in tunnel.at

Flavio Leitner fbl at sysclose.org
Thu Aug 29 03:36:08 UTC 2019


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 at sysclose.org>
---
 tests/tunnel.at | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/tests/tunnel.at b/tests/tunnel.at
index fd9fe04b6..38f7f48d8 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 at 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
-- 
2.20.1



More information about the dev mailing list