diff --git a/gorgone/tests/robot/tests/centreon/statistics.robot b/gorgone/tests/robot/tests/centreon/statistics.robot index cd84251c665..f1abc24b984 100644 --- a/gorgone/tests/robot/tests/centreon/statistics.robot +++ b/gorgone/tests/robot/tests/centreon/statistics.robot @@ -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