fix for Bug1078481

Change-Id: I9b730abae07cf52b0ff4fd7b74e91cc4948630f5
This commit is contained in:
nayna-patel 2012-11-13 22:06:45 +00:00
parent 2c1c54d5fe
commit ddb489cfe5
1 changed files with 6 additions and 1 deletions

View File

@ -35,13 +35,18 @@ and reference data to be used in testing.
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
-------------