Signed-off-by: Ben Pfaff <[email protected]>
---
 tests/ovn-northd.at | 4 ++--
 tests/ovn.at        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at
index 7e2cc467e556..e43d5f074f12 100644
--- a/tests/ovn-northd.at
+++ b/tests/ovn-northd.at
@@ -1401,7 +1401,7 @@ ovn-nbctl ls-add ls1
 ovn-nbctl ls-add ls2
 ovn-nbctl lsp-add ls1 lsp1
 ovn-nbctl lsp-add ls2 lsp2
-ovn-nbct --wait=sb sync
+ovn-nbctl --wait=sb sync
 ls1_key=$(ovn-sbctl --columns tunnel_key --bare list Datapath_Binding ls1)
 ls2_key=$(ovn-sbctl --columns tunnel_key --bare list Datapath_Binding ls2)
 
@@ -1449,7 +1449,7 @@ ovn-nbctl ls-add ls1
 ovn-nbctl ls-add ls2
 ovn-nbctl lsp-add ls1 lsp1
 ovn-nbctl lsp-add ls2 lsp2
-ovn-nbct --wait=sb sync
+ovn-nbctl --wait=sb sync
 ls1_key=$(ovn-sbctl --columns tunnel_key --bare list Datapath_Binding ls1)
 ls2_key=$(ovn-sbctl --columns tunnel_key --bare list Datapath_Binding ls2)
 
diff --git a/tests/ovn.at b/tests/ovn.at
index ab92d9d6ae8f..7709e98eacb9 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -18803,7 +18803,7 @@ send_garp 1 1 $eth_src $eth_dst $spa $tpa
 OVS_WAIT_UNTIL([test 1 = `as hv1 ovs-ofctl dump-flows br-int table=67 | grep 
n_packets=1 | wc -l`])
 
 # The packet should not be sent to ovn-controller. The packet
-count should be 1 only.
+# count should be 1 only.
 AT_CHECK([test 1 = `cat hv1/ovn-controller.log | grep NXT_PACKET_IN2 | wc -l`])
 AT_CHECK([test 1 = `as hv1 ovs-ofctl dump-flows br-int table=10 | grep arp | \
 grep controller | grep -v n_packets=0 | wc -l`])
-- 
2.26.2

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to