On Fri, Aug 04, 2023 at 03:58:46PM -0400, Eric Garver wrote:

nit: I would slightly prefer if there was a patch description here.
     Or, alternatively, perhaps this patch could be squashed into
     the following one.

> Signed-off-by: Eric Garver <e...@garver.life>
> ---
>  tests/system-common-macros.at | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/tests/system-common-macros.at b/tests/system-common-macros.at
> index 0077a8609c02..afc0df00a329 100644
> --- a/tests/system-common-macros.at
> +++ b/tests/system-common-macros.at
> @@ -359,3 +359,7 @@ m4_define([OVS_CHECK_IPROUTE_ENCAP],
>  # OVS_CHECK_CT_CLEAR()
>  m4_define([OVS_CHECK_CT_CLEAR],
>      [AT_SKIP_IF([! grep -q "Datapath supports ct_clear action" 
> ovs-vswitchd.log])])
> +
> +# OVS_CHECK_DROP_ACTION()
> +m4_define([OVS_CHECK_DROP_ACTION],
> +    [AT_SKIP_IF([! grep -q "Datapath supports drop action" 
> ovs-vswitchd.log])])
> -- 
> 2.39.0
> 
> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
> 
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to