Re: [ovs-dev] [PATCH ovn v2 5/7] system-tests: Use revalidator/purge instead of dpctl/del-flows

2023-03-01 Thread Simon Horman
On Tue, Feb 21, 2023 at 01:32:05PM +0100, Ales Musil wrote:
> The dpctl/del-flows shouldn't be used on running
> ofproto layer, use revalidator/purge instead.
> 
> Signed-off-by: Ales Musil 

Reviewed-by: Simon Horman 
Tested-by: Simon Horman 
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH ovn v2 5/7] system-tests: Use revalidator/purge instead of dpctl/del-flows

2023-02-21 Thread Ales Musil
The dpctl/del-flows shouldn't be used on running
ofproto layer, use revalidator/purge instead.

Signed-off-by: Ales Musil 
---
 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 01112f33e..f56e61923 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.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev