Doc: Functional Tests in python-cinderclient

ostestr command is deprecated.

Closes-bug: #1866376
Change-Id: I24398d481002f30754368ac601ff3ac304f3fb82
This commit is contained in:
tushargite96
2020-12-17 17:31:41 +05:30
committed by Tushar Trambak Gite
parent d92f15a09e
commit 8ea4f1379d

View File

@@ -5,13 +5,13 @@ Functional Tests
Cinderclient contains a suite of functional tests, in the cinderclient/ Cinderclient contains a suite of functional tests, in the cinderclient/
tests/functional directory. 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, patched based on failure of the functional tests. It is highly recommended,
however, that these tests are investigated in the case of a failure. however, that these tests are investigated in the case of a failure.
Running the tests 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:: tests simply run::
tox -e functional tox -e functional