From b1a0a1aecc5e49e465f7ff42b179f6c5ce683397 Mon Sep 17 00:00:00 2001 From: Numan Siddique Date: Fri, 28 Feb 2020 22:09:43 +0530 Subject: [PATCH 1/3] system tests: Fix occasional failure of the test - "Load balancer health checks". 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 Acked-by: Dumitru Ceara --- 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