From 2ccf2de65b269278756adef28f36add5c0bb8aa8 Mon Sep 17 00:00:00 2001 From: Tim Kuhlman Date: Mon, 6 Jul 2015 09:09:29 -0600 Subject: [PATCH] Fixed documentation now that the smoke tests have moved around. Change-Id: Ibd044f4b7e9c80b1a876846213cfc2ab4ce4d874 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8e36fc..12e3788 100644 --- a/README.md +++ b/README.md @@ -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` ## Smoke test -A smoke test exists in the test directory that exercises every major piece of Monasca and culminates with an email sent by -the notification engine. From within the mini-mon vm this directory is exposed as /vagrant/tests and -so `/vagrant/tests/smoke.py` can be run when in a mini-mon terminal. If this test exits correctly the system is working! +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. +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 +`/opt/monasca/hpcloud-mon-monasca-ci\*/tests/smoke`. ## Updating