Fix the readme example

The readme example test did not exist. Fixing the test path to be valid.

Change-Id: I7521d6b380f00037da039eca16573f52ca7cfca7
This commit is contained in:
Michael Johnson 2018-08-31 15:18:39 -07:00
parent b67c1010da
commit 921ed42ff9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ To run all the tests from this plugin, call from the tempest repo::
To run a single test case, call with full path, for example::
$ tox -e all-plugin -- octavia_tempest_plugin.tests.v2.scenario.test_basic_ops.BasicOpsTest.test_basic_ops
$ tox -e all-plugin -- octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic
To retrieve a list of all tempest tests, run::