diff mbox series

[ovs-dev] tests: Enable 'ACLs after lb' for all test configs.

Message ID 20220406131622.10893-1-dceara@redhat.com
State Accepted
Headers show
Series [ovs-dev] tests: Enable 'ACLs after lb' for all test configs. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test fail github build: failed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Dumitru Ceara April 6, 2022, 1:16 p.m. UTC
This was skipped by accident when the test was added.

Fixes: 74d82e296f80 ("northd: Support the option to apply from-lport ACLs after load balancer.")
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
 tests/ovn-northd.at | 1 +
 1 file changed, 1 insertion(+)

Comments

Numan Siddique April 6, 2022, 2:18 p.m. UTC | #1
On Wed, Apr 6, 2022 at 9:16 AM Dumitru Ceara <dceara@redhat.com> wrote:
>
> This was skipped by accident when the test was added.
>
> Fixes: 74d82e296f80 ("northd: Support the option to apply from-lport ACLs after load balancer.")
> Signed-off-by: Dumitru Ceara <dceara@redhat.com>

Thanks for fixing this.  I applied this patch to the main branch.

Numan

> ---
>  tests/ovn-northd.at | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at
> index daa6649825..317f024f64 100644
> --- a/tests/ovn-northd.at
> +++ b/tests/ovn-northd.at
> @@ -6313,6 +6313,7 @@ AT_CHECK([grep -e 'lr_in_ip_routing   ' lrflows | grep -e 'igmp' -e 'mld' | sed
>  AT_CLEANUP
>  ])
>
> +OVN_FOR_EACH_NORTHD([
>  AT_SETUP([ACLs after lb])
>  AT_KEYWORDS([acl])
>  ovn_start
> --
> 2.27.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at
index daa6649825..317f024f64 100644
--- a/tests/ovn-northd.at
+++ b/tests/ovn-northd.at
@@ -6313,6 +6313,7 @@  AT_CHECK([grep -e 'lr_in_ip_routing   ' lrflows | grep -e 'igmp' -e 'mld' | sed
 AT_CLEANUP
 ])
 
+OVN_FOR_EACH_NORTHD([
 AT_SETUP([ACLs after lb])
 AT_KEYWORDS([acl])
 ovn_start