Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bouda1 committed Feb 6, 2024
1 parent e2227dc commit 24ad6da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/broker-engine/downtimes.robot
Original file line number Diff line number Diff line change
Expand Up @@ -214,19 +214,23 @@ BEDTHOSTFIXED
Config Broker Sql Output central unified_sql

Clear Retention
${start} Get Current Date
Start Broker
Start Engine
${start} Get Round Current Date
# Let's wait for the check of external commands
${content} Create List check_for_external_commands
${result} Find In Log With Timeout ${engineLog0} ${start} ${content} 60
Should Be True ${result} No check for external commands executed for 1mn.

log to console step1
# It's time to schedule downtimes
Schedule Host Fixed Downtime ${0} host_1 ${3600}
log to console step2

${result} Check Number Of Downtimes ${21} ${start} ${60}
log to console step3
Should Be True ${result} We should have 21 downtimes (1 host + 20 services) enabled.
log to console step4

# It's time to delete downtimes
Delete Host Downtimes ${0} host_1
Expand Down

2 comments on commit 24ad6da

@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 % ⏱️ Duration
4 1 0 5 80.00 0s

Failed Tests

Name Message ⏱️ Duration Suite
BEDTHOSTFIXED We should have 21 downtimes (1 host + 20 services) enabled. 0.000 s Downtimes

@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 % ⏱️ Duration
6 1 0 7 85.71 0s

Failed Tests

Name Message ⏱️ Duration Suite
EBNHGU4_BBDO3 hostgroup_1 not found in /tmp/lua-engine.log 0.000 s Hostgroups

Please sign in to comment.