diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-13 15:48:24 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-13 16:01:17 +0100 |
commit | 25c6c962d514e0140bbb1aea998ae3323f639110 (patch) | |
tree | c0a3acc528520a77a0d1a02b6b06e85a7a1da9bb | |
parent | 09754fa91c6cfe1919e887c9170b21717e06283c (diff) |
Chanlge all wiki links
Change-Id: Ia1693aa55ee84c9529dd2aab55e23746b74ef3a5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 0914270da35fdd3db7d58ac250edd258a5d55c40)
-rw-r--r-- | docs/release/release-notes/functest-release.rst | 5 | ||||
-rw-r--r-- | docs/testing/developer/devguide/index.rst | 9 | ||||
-rw-r--r-- | docs/testing/user/userguide/index.rst | 2 |
3 files changed, 3 insertions, 13 deletions
diff --git a/docs/release/release-notes/functest-release.rst b/docs/release/release-notes/functest-release.rst index 00951b9a3..6f6799c62 100644 --- a/docs/release/release-notes/functest-release.rst +++ b/docs/release/release-notes/functest-release.rst @@ -141,8 +141,8 @@ Key benefits * all testcases can run in parallel (tested with 4 executors in our gates) * no remaining resources detected in our gates after multiple runs -.. _`Functest toolchains`: https://wiki.opnfv.org/pages/viewpage.action?pageId=32015004 -.. _`Raspberry PI`: https://wiki.opnfv.org/display/functest/Run+Functest+containers+on+Raspberry+PI +.. _`Functest toolchains`: https://github.com/collivier/ansible-role-xtesting +.. _`Raspberry PI`: https://github.com/opnfv/functest/blob/master/PI.md Code quality ------------ @@ -153,7 +153,6 @@ Code quality Useful links ============ - * wiki project page: https://wiki.opnfv.org/display/functest/Opnfv+Functional+Testing * Functest git repository: https://github.com/opnfv/functest * Functest CI dashboard: https://build.opnfv.org/ci/view/functest/ * JIRA dashboard: https://jira.opnfv.org/secure/Dashboard.jspa?selectPageId=10611 diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst index 3978a444c..da5485ef0 100644 --- a/docs/testing/developer/devguide/index.rst +++ b/docs/testing/developer/devguide/index.rst @@ -208,13 +208,6 @@ Additional dashboarding is managed at the testing group level, see `[5]`_ for details. -======= -How TOs -======= - -See How to section on Functest wiki `[6]`_ - - ========== References ========== @@ -229,6 +222,4 @@ _`[4]`: https://wiki.opnfv.org/display/functest/2017+Beijing?preview=%2F11699623 _`[5]`: https://lfanalytics.io/projects/lfn%2Fopnfv/dashboard -_`[6]`: https://wiki.opnfv.org/pages/viewpage.action?pageId=7768932 - IRC support chan: #opnfv-functest diff --git a/docs/testing/user/userguide/index.rst b/docs/testing/user/userguide/index.rst index 5800db282..1e73cd622 100644 --- a/docs/testing/user/userguide/index.rst +++ b/docs/testing/user/userguide/index.rst @@ -69,7 +69,7 @@ IRC support chan: #opnfv-functest .. _`[15]`: https://aptira.com/testing-openstack-tempest-part-1/ .. _`[16]`: http://testresults.opnfv.org/test/ .. _`OPNFV main site`: https://www.opnfv.org/ -.. _`Functest page`: https://wiki.opnfv.org/display/functest/Opnfv+Functional+Testing +.. _`Functest page`: https://github.com/opnfv/functest/ .. _`OpenRC`: http://docs.openstack.org/user-guide/common/cli_set_environment_variables_using_openstack_rc.html .. _`Rally installation procedure`: https://rally.readthedocs.org/en/latest/tutorial/step_0_installation.html .. _`config_functest.yaml` : https://github.com/opnfv/functest/blob/master/functest/ci/config_functest.yaml |