Fixed documentation now that the smoke tests have moved around.

Change-Id: Ibd044f4b7e9c80b1a876846213cfc2ab4ce4d874
This commit is contained in:
Tim Kuhlman 2015-07-06 09:09:29 -06:00
parent c5c585d2d1
commit 2ccf2de65b
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