summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAttila Fazekas <afazekas@redhat.com>2013-07-24 10:25:02 +0200
committerAttila Fazekas <afazekas@redhat.com>2013-07-24 13:49:14 +0200
commit58d23301ba51be2e8e96e906ea5d134cb2211542 (patch)
tree9b8ba88948ee83ee35b2dc545e621c0e7b92bd26 /README.rst
parent47ff791416dea008a51e0a2b36b088778c0e1fb5 (diff)
downloadtempest-58d23301ba51be2e8e96e906ea5d134cb2211542.tar.gz
Fixing man page generation
The man page generation failed with sphinx v1.1.3 and docutils 0.10 and 0.11. Adding docutils==0.9.1 to the test-requirements.txt in order to solve this issue. The docutils==0.9.1 is on the common OpenStack dependency list. Several doc creation warning and error also fixed by this change. Change-Id: Icb412876f5a989e6b8aa4886f2a246127a76521a
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index da0f5f312..f18628a6a 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,3 @@
-::
-
Tempest - The OpenStack Integration Test Suite
==============================================
@@ -37,9 +35,11 @@ and reference data to be used in testing.
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.api.compute.servers.test_server_actions.py:
ServerActionsTestJSON.test_rebuild_nonexistent_server