Skip to content

Commit

Permalink
wip(gorgone) test statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Adam authored Jul 22, 2024
1 parent 10b3a8b commit 40b8a58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gorgone/tests/robot/tests/centreon/statistics.robot
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ check statistic module add all centengine data in db ${communication_mode}
${result} Ctn Find In Log With Timeout /var/log/centreon-gorgone/${communication_mode}_gorgone_central/gorgoned.log ${log} regex=1
${nb_logs} Get Length ${result}
Should Be True ${nb_logs} == 2 there was not 2 log found : ${result}
Log Db Data ${db_storage}
${dbdata} Execute SQL String SELECT * FROM nagios_stats alias=${db_storage}
Log To Console ${\n}data in db : ${dbdata}
Ctn Gorgone Check Poller Engine Stats Are Present poller_id=1
Log Db Data ${db_storage}
Ctn Gorgone Check Poller Engine Stats Are Present poller_id=2
Expand Down

0 comments on commit 40b8a58

Please sign in to comment.