diff mbox series

[ovs-dev,2/4] tests: Fix call to dpctl/del-flows.

Message ID 20210702005509.1626937-3-blp@ovn.org
State Accepted
Headers show
Series Fix test "ovn -- vlan traffic for external network with distributed router gateway port" | expand

Checks

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

Commit Message

Ben Pfaff July 2, 2021, 12:55 a.m. UTC
This command name was misspelled and didn't work.  Nothing checked the
exit status, so the problem went unnoticed.

Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 tests/ovn.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/ovn.at b/tests/ovn.at
index 722659739627..6b62e34bc0b3 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -11481,7 +11481,7 @@  options:rxq_pcap=dummy-rx.pcap
 options:rxq_pcap=${pcap_file}-rx.pcap
 }
 
-as hv1 ovs-appctl dpif/del-flows
+check as hv1 ovs-appctl dpctl/del-flows
 
 as hv1 reset_pcap_file br-ex_n2 hv1/br-ex_n2
 as hv3 reset_pcap_file hv3-vif1 hv3/vif1