This command name was misspelled and didn't work. Nothing checked the exit status, so the problem went unnoticed.
Signed-off-by: Ben Pfaff <[email protected]> --- tests/ovn.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.31.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
