summaryrefslogtreecommitdiff
path: root/tests/ovs-ofctl.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-05-25 17:03:05 -0700
committerBen Pfaff <blp@ovn.org>2018-06-11 15:31:59 -0700
commit7be29a47576dce715f9c8b2b4f673fa623728ed0 (patch)
tree188b3956ac0bcbc044c3dc5dc7792d31e4c3c585 /tests/ovs-ofctl.at
parent44b8de5e403051faf37bdd7d6103a820449bb8c9 (diff)
downloadopenvswitch-7be29a47576dce715f9c8b2b4f673fa623728ed0.tar.gz
ofproto-dpif: Remove tabs from output.
OVS uses spaces for indentation in source code and it makes sense for it to also use spaces for indentation in output. Spaces also consume less horizontal space in output, which often makes it easier to read. This commit transitions one part of output from tabs to spaces and updates appropriate parts of the tests to match. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'tests/ovs-ofctl.at')
-rw-r--r--tests/ovs-ofctl.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ovs-ofctl.at b/tests/ovs-ofctl.at
index b090f5c29..72e845237 100644
--- a/tests/ovs-ofctl.at
+++ b/tests/ovs-ofctl.at
@@ -2950,8 +2950,8 @@ AT_CHECK([ovs-ofctl add-flow br0 "tcp,tcp_flags=+ack-ack,action="], [1], [],
])
AT_CHECK([ovs-appctl dpif/show | tail -n +4], [0], [dnl
- p1 1/1: (dummy)
- p2 2/2: (dummy)
+ p1 1/1: (dummy)
+ p2 2/2: (dummy)
])
dnl Outbound web traffic with bare-SYN