Skip to content

Commit

Permalink
modif
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarouq-ext committed Dec 1, 2023
1 parent 1868cec commit e99a55e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/broker-engine/notifications.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
Expand All @@ -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
Expand Down

2 comments on commit e99a55e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
3 3 0 6 50.00

Failed Tests

Name Message ⏱️ Duration Suite
EBBPS1 TypeError: not enough arguments for format string 15.308 s Services-And-Bulk-Stmt
EBBPS2 TypeError: not enough arguments for format string 11.323 s Services-And-Bulk-Stmt
EBMSSM TypeError: not enough arguments for format string 20.523 s Services-And-Bulk-Stmt

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass %
3 3 0 6 50.00

Failed Tests

Name Message ⏱️ Duration Suite
EBBPS1 TypeError: not enough arguments for format string 11.333 s Services-And-Bulk-Stmt
EBBPS2 TypeError: not enough arguments for format string 15.344 s Services-And-Bulk-Stmt
EBMSSM TypeError: not enough arguments for format string 25.58 s Services-And-Bulk-Stmt

Please sign in to comment.