summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-10-06 12:11:07 +0000
committerGerrit Code Review <review@openstack.org>2021-10-06 12:11:07 +0000
commit5a8a3b33a1c860fd47a8dfa0df4fedad11dc0111 (patch)
tree4dc8c79738b8dc92c277a43f6d48dc5ae0ff83b9
parentf4e4cd25c5bf6abfbe0367c07d4007e5615c47b3 (diff)
parentc0a0f0f3d86cacbff386a5ea7b8e846dd595e197 (diff)
downloadpython-openstackclient-5a8a3b33a1c860fd47a8dfa0df4fedad11dc0111.tar.gz
Merge "Fix that the path of functional test"
-rw-r--r--doc/source/contributor/developing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/contributor/developing.rst b/doc/source/contributor/developing.rst
index a70b3326..c6573b9b 100644
--- a/doc/source/contributor/developing.rst
+++ b/doc/source/contributor/developing.rst
@@ -88,7 +88,7 @@ To run a specific functional test:
.. code-block:: bash
- $ tox -e functional -- --regex functional.tests.compute.v2.test_server
+ $ tox -e functional -- --regex tests.functional.compute.v2.test_server
Running with PDB
~~~~~~~~~~~~~~~~