On Thu, Feb 1, 2024 at 1:10 AM <[email protected]> wrote: > From: Numan Siddique <[email protected]> > > Fixes: 121661678317 ("northd: Move router ports SB PB options sync to > sync_to_sb_pb node.") > > Signed-off-by: Numan Siddique <[email protected]> > --- > > v1 -> v2 > ----- > * Fix the checkpatch errors. > > tests/ovn-northd.at | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at > index 67e81ddba3..fbd0d9ef18 100644 > --- a/tests/ovn-northd.at > +++ b/tests/ovn-northd.at > @@ -10404,6 +10404,8 @@ CHECK_NO_CHANGE_AFTER_RECOMPUTE > # Make lrp a gateway port > check as northd ovn-appctl -t ovn-northd inc-engine/clear-stats > check ovn-nbctl --wait=sb lrp-set-gateway-chassis lrp hv1 > +wait_column "hosting-chassis=hv1" nb:Logical_Router_Port status name=lrp > + > # There will be 3 recomputes of northd engine node > # 1. missing handler for input NB_logical_router > # 2. missing handler for input SB_ha_chassis_group > -- > 2.43.0 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Looks good to me, thanks.
Acked-by: Ales Musil <[email protected]> -- Ales Musil Senior Software Engineer - OVN Core Red Hat EMEA <https://www.redhat.com> [email protected] <https://red.ht/sig> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
