Fix TESTING.rst example
There is no api.v1 functional test directory, just api.v2. Trivialfix Change-Id: I1b1a77fc671194524250db6c2ec9e89505ef602b
This commit is contained in:
parent
bb0efa2a5d
commit
20fdbbecef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user