diff mbox series

[ovs-dev] tests: Fix indentation in userspace packet type aware test.

Message ID 20191024124148.9082-1-i.maximets@ovn.org
State Accepted
Headers show
Series [ovs-dev] tests: Fix indentation in userspace packet type aware test. | expand

Commit Message

Ilya Maximets Oct. 24, 2019, 12:41 p.m. UTC
CC: Ben Pfaff <blp@ovn.org>
Fixes: 7be29a47576d ("ofproto-dpif: Remove tabs from output.")
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
---
 tests/system-userspace-packet-type-aware.at | 64 ++++++++++-----------
 1 file changed, 32 insertions(+), 32 deletions(-)

Comments

Ben Pfaff Oct. 24, 2019, 3:40 p.m. UTC | #1
On Thu, Oct 24, 2019 at 02:41:48PM +0200, Ilya Maximets wrote:
> CC: Ben Pfaff <blp@ovn.org>
> Fixes: 7be29a47576d ("ofproto-dpif: Remove tabs from output.")
> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>

If you've run the test and this makes it pass:
Acked-by: Ben Pfaff <blp@ovn.org>

Also, thank you!
Ilya Maximets Oct. 25, 2019, 4:03 p.m. UTC | #2
On 24.10.2019 17:40, Ben Pfaff wrote:
> On Thu, Oct 24, 2019 at 02:41:48PM +0200, Ilya Maximets wrote:
>> CC: Ben Pfaff <blp@ovn.org>
>> Fixes: 7be29a47576d ("ofproto-dpif: Remove tabs from output.")
>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> 
> If you've run the test and this makes it pass:
> Acked-by: Ben Pfaff <blp@ovn.org>

Yes, it does. Thanks!

Applied to master. Tested and backported down to 2.10.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/tests/system-userspace-packet-type-aware.at b/tests/system-userspace-packet-type-aware.at
index 24a7698ab..c2246316d 100644
--- a/tests/system-userspace-packet-type-aware.at
+++ b/tests/system-userspace-packet-type-aware.at
@@ -252,39 +252,39 @@  AT_CHECK([
 
 ### Verify datapath configuration
 AT_CHECK([
-    ovs-appctl dpif/show | grep -v hit | sed 's/\t/    /g'
+    ovs-appctl dpif/show | grep -v hit
 ], [0], [dnl
-    br-in1:
-        br-in1 65534/2: (tap)
-        gre12 1020/14: (gre: remote_ip=10.0.0.2)
-        gre12_l3 1021/14: (gre: packet_type=legacy_l3, remote_ip=10.0.0.2)
-        gre13 1030/14: (gre: remote_ip=10.0.0.3)
-        ovs-n1 10/15: (system)
-    br-in2:
-        br-in2 65534/3: (tap)
-        gre21 2010/14: (gre: packet_type=ptap, remote_ip=20.0.0.1)
-        gre23 2030/14: (gre: packet_type=ptap, remote_ip=20.0.0.3)
-        ovs-n2 20/16: (system)
-    br-in3:
-        br-in3 65534/4: (tap)
-        gre31 3010/14: (gre: remote_ip=30.0.0.1)
-        gre32 3020/14: (gre: remote_ip=30.0.0.2)
-        gre32_l3 3021/14: (gre: packet_type=legacy_l3, remote_ip=30.0.0.2)
-        ovs-n3 30/17: (system)
-    br-p1:
-        br-p1 65534/5: (tap)
-        p1-0 2/8: (system)
-    br-p2:
-        br-p2 65534/6: (tap)
-        p2-0 2/9: (system)
-    br-p3:
-        br-p3 65534/7: (tap)
-        p3-0 2/10: (system)
-    br0:
-        br0 65534/1: (tap)
-        p0-1 10/11: (system)
-        p0-2 20/12: (system)
-        p0-3 30/13: (system)
+  br-in1:
+    br-in1 65534/2: (tap)
+    gre12 1020/14: (gre: remote_ip=10.0.0.2)
+    gre12_l3 1021/14: (gre: packet_type=legacy_l3, remote_ip=10.0.0.2)
+    gre13 1030/14: (gre: remote_ip=10.0.0.3)
+    ovs-n1 10/15: (system)
+  br-in2:
+    br-in2 65534/3: (tap)
+    gre21 2010/14: (gre: packet_type=ptap, remote_ip=20.0.0.1)
+    gre23 2030/14: (gre: packet_type=ptap, remote_ip=20.0.0.3)
+    ovs-n2 20/16: (system)
+  br-in3:
+    br-in3 65534/4: (tap)
+    gre31 3010/14: (gre: remote_ip=30.0.0.1)
+    gre32 3020/14: (gre: remote_ip=30.0.0.2)
+    gre32_l3 3021/14: (gre: packet_type=legacy_l3, remote_ip=30.0.0.2)
+    ovs-n3 30/17: (system)
+  br-p1:
+    br-p1 65534/5: (tap)
+    p1-0 2/8: (system)
+  br-p2:
+    br-p2 65534/6: (tap)
+    p2-0 2/9: (system)
+  br-p3:
+    br-p3 65534/7: (tap)
+    p3-0 2/10: (system)
+  br0:
+    br0 65534/1: (tap)
+    p0-1 10/11: (system)
+    p0-2 20/12: (system)
+    p0-3 30/13: (system)
 ])
 
 ### Test L3 forwarding flows