summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortushargite96 <tushargite96@gmail.com>2020-12-17 17:31:41 +0530
committerTushar Trambak Gite <tushargite96@gmail.com>2021-02-23 16:06:18 +0000
commit8ea4f1379dab8ffb6b9a00f5af9aca1e43e2a1e9 (patch)
tree555c6a9b58e76c43ae32a559a6cd4bdd1c553c09
parentd92f15a09e59942bb60b7ef3a81c1e21dc16b578 (diff)
downloadpython-cinderclient-8ea4f1379dab8ffb6b9a00f5af9aca1e43e2a1e9.tar.gz
Doc: Functional Tests in python-cinderclient
ostestr command is deprecated. Closes-bug: #1866376 Change-Id: I24398d481002f30754368ac601ff3ac304f3fb82
-rw-r--r--doc/source/contributor/functional_tests.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/contributor/functional_tests.rst b/doc/source/contributor/functional_tests.rst
index d6b2db2..1e3f239 100644
--- a/doc/source/contributor/functional_tests.rst
+++ b/doc/source/contributor/functional_tests.rst
@@ -5,13 +5,13 @@ Functional Tests
Cinderclient contains a suite of functional tests, in the cinderclient/
tests/functional directory.
-These are currently non-voting, meaning that Jenkins will not reject a
+These are currently non-voting, meaning that zuul will not reject a
patched based on failure of the functional tests. It is highly recommended,
however, that these tests are investigated in the case of a failure.
Running the tests
-----------------
-Run the tests using tox, which calls ostestr via the tox.ini file. To run all
+Run the tests using tox, via the tox.ini file. To run all
tests simply run::
tox -e functional