Merge "Fixed documentation now that the smoke tests have moved around."

This commit is contained in:
Jenkins 2015-07-06 20:42:00 +00:00 committed by Gerrit Code Review
commit bc6fcca8f8
1 changed files with 3 additions and 3 deletions

View File

@ -80,9 +80,9 @@ on both and metrics are actively being collected.
explore the metrics in the system. For example to list all metrics, run `monasca metric-list` explore the metrics in the system. For example to list all metrics, run `monasca metric-list`
## Smoke test ## Smoke test
A smoke test exists in the test directory that exercises every major piece of Monasca and culminates with an email sent by At the end of the install a smoke test is run that exercises every major piece of Monasca. If this fails the end of the provision will report it.
the notification engine. From within the mini-mon vm this directory is exposed as /vagrant/tests and It is possible to rerun this at any point using Ansible `ansible-playbook ./smoke.yml` or from within the vm by running smoke.py and smoke2.py in
so `/vagrant/tests/smoke.py` can be run when in a mini-mon terminal. If this test exits correctly the system is working! `/opt/monasca/hpcloud-mon-monasca-ci\*/tests/smoke`.
## Updating ## Updating