From e99a55e52efd5839f6604ca56fd018a94ec8bdae Mon Sep 17 00:00:00 2001 From: sfarouq-ext Date: Fri, 1 Dec 2023 09:06:49 +0000 Subject: [PATCH] modif --- tests/broker-engine/notifications.robot | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/broker-engine/notifications.robot b/tests/broker-engine/notifications.robot index 4fc0e0a9df5..1a6fde47c96 100644 --- a/tests/broker-engine/notifications.robot +++ b/tests/broker-engine/notifications.robot @@ -1003,6 +1003,8 @@ not17 Sleep 1s END + Set Service state ${38} ${2} + ${result} Check Service Status With Timeout host_3 service_3 ${2} 90 HARD Should Be True ${result} Service (host_3,service_3) should be CRITICAL HARD @@ -1029,6 +1031,8 @@ not17 Sleep 1s END + Set Service state ${38} ${2} + ${result} Check Service Status With Timeout host_1 service_1 ${2} 90 HARD Should Be True ${result} Service (host_1,service_1) should be CRITICAL HARD @@ -1037,12 +1041,13 @@ not17 Should Be True ${result} The notification is not sent for service1 ## Time to set the service3 to CRITICAL HARD. + FOR ${i} IN RANGE ${4} Process Service Result Hard host_3 service_3 ${2} The service_3 is CRITICAL Sleep 1s END - Set Service state ${30} ${2} + Set Service state ${38} ${2} ${result} Check Service Status With Timeout host_3 service_3 ${2} 90 HARD Should Be True ${result} Service (host_3,service_3) should be CRITICAL HARD @@ -1057,7 +1062,7 @@ not17 Sleep 1s END - Set Service state ${30} ${2} + Set Service state ${38} ${2} ${result} Check Service Status With Timeout host_4 service_4 ${2} 90 HARD Should Be True ${result} Service (host_4,service_4) should be CRITICAL HARD