From 8ea4f1379dab8ffb6b9a00f5af9aca1e43e2a1e9 Mon Sep 17 00:00:00 2001 From: tushargite96 Date: Thu, 17 Dec 2020 17:31:41 +0530 Subject: Doc: Functional Tests in python-cinderclient ostestr command is deprecated. Closes-bug: #1866376 Change-Id: I24398d481002f30754368ac601ff3ac304f3fb82 --- doc/source/contributor/functional_tests.rst | 4 ++-- 1 file 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 -- cgit v1.2.1