diff mbox series

[ovs-dev,v2,1/2] tests: Fix cosmetic errors in system-traffic.at.

Message ID 20220119122007.3104-1-martinvarghesenokia@gmail.com
State Superseded
Headers show
Series Fixes for mpls encap/decap actions | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed

Commit Message

Martin Varghese Jan. 19, 2022, 12:20 p.m. UTC
From: Martin Varghese <martin.varghese@nokia.com>

Removed extra lines in multiple encap decap mpls actions &
encap decap mpls actions tests.

Fixes: 1917ace89364 ("Encap & Decap actions for MPLS packet type.")
Signed-off-by: Martin Varghese <martin.varghese@nokia.com>
---
 tests/system-traffic.at | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/tests/system-traffic.at b/tests/system-traffic.at
index 9da84a073..8563edcac 100644
--- a/tests/system-traffic.at
+++ b/tests/system-traffic.at
@@ -1120,7 +1120,6 @@  NS_CHECK_EXEC([at_ns0], [ping -q -c 3 -i 0.3  10.1.1.2 | FORMAT_PING], [0], [dnl
 3 packets transmitted, 3 received, 0% packet loss, time 0ms
 ])
 
-
 NS_CHECK_EXEC([at_ns1], [ping -q -c 3 -i 0.3  10.1.1.1 | FORMAT_PING], [0], [dnl
 3 packets transmitted, 3 received, 0% packet loss, time 0ms
 ])
@@ -1161,7 +1160,6 @@  NS_CHECK_EXEC([at_ns0], [ping -q -c 3 -i 0.3 10.1.1.2 | FORMAT_PING], [0], [dnl
 3 packets transmitted, 3 received, 0% packet loss, time 0ms
 ])
 
-
 NS_CHECK_EXEC([at_ns1], [ping -q -c 3 -i 0.3 10.1.1.1 | FORMAT_PING], [0], [dnl
 3 packets transmitted, 3 received, 0% packet loss, time 0ms
 ])