summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-01-21 01:23:18 +0000
committerGerrit Code Review <review@openstack.org>2023-01-21 01:23:18 +0000
commit6dbbffce900a4a8463b564dd55dec18b6ae17dcd (patch)
tree0fe244daa17090a6a1b97471caddaa68d74e001a /doc
parent1566d81f806cde3ba3d0affa44c5f96e22b50f8d (diff)
parent99872c0b9d244446b8170d17814cfddd11d94cbf (diff)
downloadcinder-6dbbffce900a4a8463b564dd55dec18b6ae17dcd.tar.gz
Merge "Remove reference to 'all-plugin' tox environment"
Diffstat (limited to 'doc')
-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/>`_.