From b4d3dbc83519bd2ad2bf655f2ab5e40caa04336c Mon Sep 17 00:00:00 2001 From: Dongcan Ye Date: Tue, 17 Jul 2018 09:45:43 +0000 Subject: [PATCH] Docs: Fix wrong stestr argument Since ec537c49e9c599127e29dce0702b28fd0fa0a577 switched stestr, regex argument will no longer support, this patch update the test docs. Change-Id: I3dea71143fc4568b1e4aaf8386d45a3dd62b69b2 --- TESTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TESTING.rst b/TESTING.rst index 7e7b43d0696..d4b6c2b1750 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -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