Skip to content

Commit

Permalink
doc(Gorgone-tests): use robot trace level
Browse files Browse the repository at this point in the history
Refs:MON-144663
  • Loading branch information
Evan-Adam committed Oct 8, 2024
1 parent d32eb53 commit adb2542
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gorgone/tests/robot/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cd /centreon-collect/
### Execute all tests
Launch robot tests with parameters to connect to the db and use the local gorgone binary :
```
robot -v 'gorgone_binary:/centreon-collect/gorgone/gorgoned' -v 'DBHOST:mariadb' -v 'DBNAME:centreon' -v 'DBNAME_STORAGE:centreon-storage' -v 'DBUSER:centreon' gorgone/tests
robot --loglevel TRACE -v 'gorgone_binary:/centreon-collect/gorgone/gorgoned' -v 'DBHOST:mariadb' -v 'DBNAME:centreon' -v 'DBNAME_STORAGE:centreon-storage' -v 'DBUSER:centreon' gorgone/tests/robot/tests
```

### Filter tests by tags
Expand Down Expand Up @@ -76,5 +76,3 @@ Maybe you installed an old version of centreon-gorgone which don't have all the
```
apt install -y lib-rrds-perl lib-mojo-ioloop-signal-perl
```

You can add trace to robot with `--loglevel TRACE`, and check the log.html robot add in your current folder for the detail of robot execution.

0 comments on commit adb2542

Please sign in to comment.