Wait for northd to have completed initialization (e.g. set mac_prefix) before clearing stats.
Signed-off-by: Xavier Simonart <[email protected]> --- tests/ovn-northd.at | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at index fddf222b3..dcc3dbbc3 100644 --- a/tests/ovn-northd.at +++ b/tests/ovn-northd.at @@ -12624,6 +12624,7 @@ AT_SETUP([Sampling_App incremental processing]) ovn_start +ovn-nbctl --wait=sb sync check as northd ovn-appctl -t ovn-northd inc-engine/clear-stats ovn-nbctl create Sampling_App type="acl-new" id="42" -- 2.31.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
