diff mbox series

[ovs-dev,v4,3/4] ovn.at: Fix whitespace

Message ID 20210702124243.3655534-4-mark.d.gray@redhat.com
State Superseded, archived
Headers show
Series northd: Refactor Logical Flows for routers with DNAT/Load Balancers | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot fail github build: failed

Commit Message

Mark Gray July 2, 2021, 12:42 p.m. UTC
Signed-off-by: Mark Gray <mark.d.gray@redhat.com>
---
 tests/ovn.at | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/tests/ovn.at b/tests/ovn.at
index ddbe7ffa1570..dfc28210e83e 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -5888,7 +5888,7 @@  test_dhcp() {
     local expect_resume=:
     local trace=false
     while :; do
-        case $1 in 
+        case $1 in
             (--no-resume) expect_resume=false; shift ;;
             # --trace isn't used but it can be useful for debugging:
             (--trace) trace=:; shift ;;
@@ -8567,7 +8567,7 @@  check test "$c6_tag" != "$c0_tag"
 check test "$c6_tag" != "$c2_tag"
 check test "$c6_tag" != "$c3_tag"
 
-AS_BOX([restart northd and make sure tag allocation is stable]) 
+AS_BOX([restart northd and make sure tag allocation is stable])
 as northd
 OVS_APP_EXIT_AND_WAIT([NORTHD_TYPE])
 start_daemon NORTHD_TYPE \
@@ -11550,7 +11550,7 @@  ovn-nbctl --wait=sb ha-chassis-group-add-chassis hagrp1 hv4 40
 # Wait till cr-alice is claimed by hv4
 hv4_chassis=$(fetch_column Chassis _uuid name=hv4)
 # check that the chassis redirect port has been claimed by the gw1 chassis
-wait_row_count Port_Binding 1 logical_port=cr-alice chassis=$hv4_chassis 
+wait_row_count Port_Binding 1 logical_port=cr-alice chassis=$hv4_chassis
 
 # Reset the pcap file for hv2/br-ex_n2. From now on ovn-controller in hv2
 # should not send GARPs for the router ports.
@@ -12242,7 +12242,7 @@  check_row_count HA_Chassis_Group 1 name=outside
 check_row_count HA_Chassis 2 'chassis!=[[]]'
 
 ha_ch=$(fetch_column HA_Chassis_Group ha_chassis)
-check_column "$ha_ch" HA_Chassis _uuid 
+check_column "$ha_ch" HA_Chassis _uuid
 
 for chassis in gw1 gw2 hv1 hv2; do
     as $chassis
@@ -16470,7 +16470,7 @@  test_ip6_packet_larger() {
         inner_icmp6=8000000062f00001
         inner_icmp6_and_payload=$(icmp6_csum_inplace ${inner_icmp6}${payload} ${inner_ip6})
         inner_packet=${inner_ip6}${inner_icmp6_and_payload}
-        
+
         # Then the outer.
         outer_ip6=6000000000883afe${ipv6_rt}${ipv6_src}
         outer_icmp6_and_payload=$(icmp6_csum_inplace 020000000000$(printf "%04x" $mtu)${inner_packet} $outer_ip6)