Skip to content

Commit

Permalink
MON-38180 Sync Hotfix Centreon COLLECT next 23.04 (Jira release #3818…
Browse files Browse the repository at this point in the history
…0#) (#1215)
  • Loading branch information
pkippes authored Mar 21, 2024
2 parents 0b450d6 + 62dd5ca commit 2377f51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MAJOR=23.04
MINOR=10
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ endif()
# Version.
set(COLLECT_MAJOR 23)
set(COLLECT_MINOR 04)
set(COLLECT_PATCH 9)
set(COLLECT_PATCH 10)
set(COLLECT_VERSION "${COLLECT_MAJOR}.${COLLECT_MINOR}.${COLLECT_PATCH}")
add_definitions(-DCENTREON_CONNECTOR_VERSION=\"${COLLECT_VERSION}\")

Expand Down
6 changes: 3 additions & 3 deletions tests/bam/bam_pb.robot
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ BA_CHANGED
... service_302
... 0
... output OK for service 302

${result} Ctn Check Ba Status With Timeout test 0 30
Ctn Dump Ba On Error ${result} ${ba[0]}
Should Be True ${result} The BA test is not OK as expected
Expand Down Expand Up @@ -1169,7 +1169,7 @@ BA_CHANGED
Wait Until Created /tmp/ba.dot
${result} Grep File /tmp/ba.dot BOOL Service (16, 303)
Should Not Be Empty ${result}
[Teardown] Run Keywords Ctn Stop engine AND Ctn Kindly Stop Broker
[Teardown] Run Keywords Ctn Stop Engine AND Ctn Kindly Stop Broker


BA_IMPACT_IMPACT
Expand Down Expand Up @@ -1251,7 +1251,7 @@ BA_IMPACT_IMPACT
Should Be True ${result} The BA changed during Broker reload.
END

[Teardown] Run Keywords Ctn Stop engine AND Ctn Kindly Stop Broker
[Teardown] Run Keywords Ctn Stop Engine AND Ctn Kindly Stop Broker


*** Keywords ***
Expand Down

1 comment on commit 2377f51

@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
13 1 0 14 92.86 0s

Passed Tests

Name ⏱️ Duration Suite
BETAG1 0.000 s Tags
BETAG2 0.000 s Tags
BEUTAG1 0.000 s Tags
BEUTAG2 0.000 s Tags
BEUTAG3 0.000 s Tags
BEUTAG4 0.000 s Tags
BEUTAG5 0.000 s Tags
BEUTAG6 0.000 s Tags
BEUTAG9 0.000 s Tags
BEUTAG10 0.000 s Tags
BEUTAG11 0.000 s Tags
BEUTAG12 0.000 s Tags
BEUTAG_REMOVE_HOST_FROM_HOSTGROUP 0.000 s Tags

Failed Tests

Name Message ⏱️ Duration Suite
BEUTAG8 First step: Service (1, 2) should have servicecategory tags 3 and 5. 0.000 s Tags

Please sign in to comment.