fix for Bug1078481

Change-Id: I9b730abae07cf52b0ff4fd7b74e91cc4948630f5
diff --git a/README.rst b/README.rst
index 0ea5229..04a4b3e 100644
--- a/README.rst
+++ b/README.rst
@@ -35,13 +35,18 @@
 
     In addition, the ``<devstack-repo>/tools/configure_tempest.sh`` script can
     also be used to generate a tempest.conf based on your devstack's rc files.
+    TEMPEST_DIR variable points to location /opt/stack/temptest. Update this
+    variable if the location is different..
 
 Tempest is not tied to any single test runner, but Nose been the most commonly
 used tool. After setting up your configuration file, you can execute
 the set of Tempest tests by using ``nosetests`` ::
-
     $> nosetests tempest
 
+To run one single test  ::
+    $> nosetests -sv tempest.tests.compute.servers.test_server_actions.py:
+       ServerActionsTestJSON.test_rebuild_nonexistent_server
+
 Configuration
 -------------