summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/contributor/testing.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst
index 80b07517a..bf63fd1fd 100644
--- a/doc/source/contributor/testing.rst
+++ b/doc/source/contributor/testing.rst
@@ -91,8 +91,10 @@ Tempest Tests
Tempest tests in the Cinder tree are "plugged in" to the normal tempest test
execution. To ensure the Cinder tests are picked up when running tempest, run::
+
cd /opt/stack/tempest
- tox -e all-plugin
+ tox -e venv-tempest -- pip install (path to the cinder-tempest-plugin directory)
+ tox -e all
More information about tempest can be found in the `Tempest Documentation
<https://docs.openstack.org/tempest/latest/>`_.