Fix TESTING.rst example

There is no api.v1 functional test directory, just api.v2.

Trivialfix

Change-Id: I1b1a77fc671194524250db6c2ec9e89505ef602b
This commit is contained in:
Brian Haley 2020-02-18 18:11:05 -05:00
parent bb0efa2a5d
commit 20fdbbecef
1 changed files with 3 additions and 3 deletions

View File

@ -53,13 +53,13 @@ To run a specific functional test:
.. code-block:: bash .. 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 .. 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 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 be used when running tests are ``-- --until-failure`` which will run the tests