diff options
| author | Zuul <zuul@review.opendev.org> | 2020-08-07 14:22:47 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-08-07 14:22:47 +0000 |
| commit | 92f700f50883c6a2537f520f3d67fdef7449ce8e (patch) | |
| tree | 29a12b06dad7f1316cb8a060d1035ac1921ea4c2 /doc/source | |
| parent | 02faa2a4074752537ff050493665494dfef79ff4 (diff) | |
| parent | 8ecbbcd7a19bb4784bef6dfa98b7b8c980580843 (diff) | |
| download | python-cinderclient-92f700f50883c6a2537f520f3d67fdef7449ce8e.tar.gz | |
Merge "trivial: Drop references to os-testr"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/contributor/functional_tests.rst | 2 | ||||
| -rw-r--r-- | doc/source/contributor/unit_tests.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/contributor/functional_tests.rst b/doc/source/contributor/functional_tests.rst index 9eea42d..5f60a48 100644 --- a/doc/source/contributor/functional_tests.rst +++ b/doc/source/contributor/functional_tests.rst @@ -35,7 +35,7 @@ Or all tests in the test_readonly_clitest_readonly_cli.py file:: tox -e functional -- -n cinderclient.tests.functional.test_readonly_cli For more information on these options and how to run tests, please see the -`ostestr documentation <https://docs.openstack.org/os-testr/latest/>`_. +`stestr documentation <https://stestr.readthedocs.io/en/latest/index.html>`_. Gotchas ------- diff --git a/doc/source/contributor/unit_tests.rst b/doc/source/contributor/unit_tests.rst index 07247aa..c86891f 100644 --- a/doc/source/contributor/unit_tests.rst +++ b/doc/source/contributor/unit_tests.rst @@ -36,7 +36,7 @@ Or all tests in the test_volumes.py file:: tox -epy27 -- -n cinderclient.tests.unit.v2.test_volumes For more information on these options and how to run tests, please see the -`ostestr documentation <https://docs.openstack.org/os-testr/latest/>`_. +`stestr documentation <https://stestr.readthedocs.io/en/latest/index.html>`_. Gotchas ------- |
