Fix that the path of functional test

before change:
$ tox -e functional -- --regex functional.tests.compute.v2.test_server
after change:
$ tox -e functional -- --regex tests.functional.compute.v2.test_server

the test unit path document should be change the above line.

(fixed wrong letter)

Change-Id: I49674fb0d56ee65c1f6328b9d960b16876173e2d
This commit is contained in:
ryanKor 2021-09-25 18:21:03 +09:00
parent ff372ffdfb
commit c0a0f0f3d8

View File

@ -88,7 +88,7 @@ To run a specific functional test:
.. code-block:: bash .. code-block:: bash
$ tox -e functional -- --regex functional.tests.compute.v2.test_server $ tox -e functional -- --regex tests.functional.compute.v2.test_server
Running with PDB Running with PDB
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~