From: Numan Siddique <[email protected]> Due to some timing issues, ovn-controller logs the warning message - "handle service check: Service monitor not found". This can happen if the service monitor is created in SB DB before the port for the service is bound. This patch adds this warning message to the WHITELIST of OVS_TRAFFIC_VSWITCHD_STOP.
Signed-off-by: Numan Siddique <[email protected]> --- tests/system-ovn.at | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/system-ovn.at b/tests/system-ovn.at index 53da910cb..9ed3df754 100644 --- a/tests/system-ovn.at +++ b/tests/system-ovn.at @@ -3462,7 +3462,8 @@ OVS_APP_EXIT_AND_WAIT([ovn-northd]) as OVS_TRAFFIC_VSWITCHD_STOP(["/failed to query port patch-.*/d -/connection dropped.*/d"]) +/connection dropped.*/d +/Service monitor not found.*/d"]) AT_CLEANUP -- 2.24.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
