The dpctl/del-flows shouldn't be used on running ofproto layer, use revalidator/purge instead.
Reviewed-by: Simon Horman <[email protected]> Tested-by: Simon Horman <[email protected]> Signed-off-by: Ales Musil <[email protected]> --- v3: Rebase on top of current main. --- tests/system-ovn.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-ovn.at b/tests/system-ovn.at index 310628a9d..8dc9a5a1d 100644 --- a/tests/system-ovn.at +++ b/tests/system-ovn.at @@ -6841,7 +6841,7 @@ AT_CHECK([ovs-appctl dpctl/dump-flows | grep ct_mark | grep -v ipv6 -c], [0], [i # Clear ACL for sw0 check ovn-nbctl --wait=hv clear logical_switch sw0 acls -check ovs-appctl dpctl/del-flows +check ovs-appctl revalidator/purge check ovn-nbctl --wait=hv sync -- 2.39.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
