From 20fdbbecef8a011e2bb7afe32a6b8039f243ce5a Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Tue, 18 Feb 2020 18:11:05 -0500 Subject: [PATCH] Fix TESTING.rst example There is no api.v1 functional test directory, just api.v2. Trivialfix Change-Id: I1b1a77fc671194524250db6c2ec9e89505ef602b --- TESTING.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TESTING.rst b/TESTING.rst index 0b69df4c98..c0fe6a2448 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -53,13 +53,13 @@ To run a specific functional test: .. code-block:: bash - $ tox -e functional octavia.tests.functional.api.v1.test_load_balancer + $ tox -e functional octavia.tests.functional.api.v2.test_load_balancer -Tests can also be run using partial matching, to run all API tests for v1: +Tests can also be run using partial matching, to run all API tests for v2: .. code-block:: bash - $ tox -e functional api.v1 + $ tox -e functional api.v2 Additional options can be used while running tests. Two useful options that can be used when running tests are ``-- --until-failure`` which will run the tests