fix for Bug1078481
Change-Id: I9b730abae07cf52b0ff4fd7b74e91cc4948630f5
This commit is contained in:
parent
2c1c54d5fe
commit
ddb489cfe5
@ -35,13 +35,18 @@ and reference data to be used in testing.
|
|||||||
|
|
||||||
In addition, the ``<devstack-repo>/tools/configure_tempest.sh`` script can
|
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.
|
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
|
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
|
used tool. After setting up your configuration file, you can execute
|
||||||
the set of Tempest tests by using ``nosetests`` ::
|
the set of Tempest tests by using ``nosetests`` ::
|
||||||
|
|
||||||
$> nosetests tempest
|
$> nosetests tempest
|
||||||
|
|
||||||
|
To run one single test ::
|
||||||
|
$> nosetests -sv tempest.tests.compute.servers.test_server_actions.py:
|
||||||
|
ServerActionsTestJSON.test_rebuild_nonexistent_server
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user