Docs: Fix wrong stestr argument

Since ec537c49e9 switched stestr,
regex argument will no longer support, this patch update
the test docs.

Change-Id: I3dea71143fc4568b1e4aaf8386d45a3dd62b69b2
This commit is contained in:
Dongcan Ye 2018-07-17 09:45:43 +00:00
parent 215aa73baa
commit b4d3dbc835
1 changed files with 2 additions and 2 deletions

View File

@ -597,9 +597,9 @@ For example, the following would run only a single test or test case::
$ tox -e py27 neutron.tests.unit.test_manager.NeutronManagerTestCase
$ tox -e py27 neutron.tests.unit.test_manager.NeutronManagerTestCase.test_service_plugin_is_loaded
If you want to pass other arguments to ostestr, you can do the following::
If you want to pass other arguments to stestr, you can do the following::
$ tox -e py27 -- --regex neutron.tests.unit.test_manager --serial
$ tox -e py27 -- neutron.tests.unit.test_manager --serial
Coverage