Welcome to docs.opsview.com

Running tests

Tests are currently run on development systems.

To run the opsview-core tests:

cd opsview-core
make test

To run the opsview-web tests, you need to start a web server in a different session first:

cd opsview-web
./script/opsview_web_server
# in different session....
cd opsview-web
make test