diff mbox series

[ovs-dev] tests: Add missing FOR_EACH_NORTHD

Message ID 20230613140217.111874-1-amusil@redhat.com
State Accepted
Headers show
Series [ovs-dev] tests: Add missing FOR_EACH_NORTHD | expand

Checks

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

Commit Message

Ales Musil June 13, 2023, 2:02 p.m. UTC
Add missing OVN_FOR_EACH_NORTHD around
FDB aging test.

Signed-off-by: Ales Musil <amusil@redhat.com>
---
 tests/ovn.at | 1 +
 1 file changed, 1 insertion(+)

Comments

Dumitru Ceara June 14, 2023, 1:37 p.m. UTC | #1
On 6/13/23 16:02, Ales Musil wrote:
> Add missing OVN_FOR_EACH_NORTHD around
> FDB aging test.
> 
> Signed-off-by: Ales Musil <amusil@redhat.com>
> ---

Hi Ales,

This misses the "Fixes" tag:
Fixes: ae9a5488824c ("northd: Add FDB aging mechanism")

I added it and pushed the patch to the main branch.

Regards,
Dumitru
Ales Musil June 15, 2023, 4:22 a.m. UTC | #2
On Wed, Jun 14, 2023 at 3:37 PM Dumitru Ceara <dceara@redhat.com> wrote:

> On 6/13/23 16:02, Ales Musil wrote:
> > Add missing OVN_FOR_EACH_NORTHD around
> > FDB aging test.
> >
> > Signed-off-by: Ales Musil <amusil@redhat.com>
> > ---
>
> Hi Ales,
>
> This misses the "Fixes" tag:
> Fixes: ae9a5488824c ("northd: Add FDB aging mechanism")
>
> I added it and pushed the patch to the main branch.
>
> Regards,
> Dumitru
>
>
Thanks!

Regards,
Ales
diff mbox series

Patch

diff --git a/tests/ovn.at b/tests/ovn.at
index e49148411..7f83ba8ab 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -36181,6 +36181,7 @@  OVS_WAIT_UNTIL([test $(as hv-1 ovs-vsctl list queue | grep -c 'burst="8000000000
 AT_CLEANUP
 ])
 
+OVN_FOR_EACH_NORTHD([
 AT_SETUP([FDB aging])
 ovn_start