diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-09-14 17:07:38 -0400 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-17 13:40:09 +0200 |
commit | 49a9ccba71132dda6dd90938928e761d3ef077f2 (patch) | |
tree | 1a87566aa6a050fd5f48379dea5d6408bec13d09 /docs/testing/user/userguide/runfunctest.rst | |
parent | eb4ea1b039d4141c488fb0146992b6cbe23fa4d5 (diff) |
Fix links to remove references to submodules
It forces one single documentation.
Change-Id: I47edd947885a4c3fb9e6579cf61fa7473b47ba31
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
(cherry picked from commit a4990a60c9b8e499e698fab28f9368816e50c6f7)
Diffstat (limited to 'docs/testing/user/userguide/runfunctest.rst')
-rw-r--r-- | docs/testing/user/userguide/runfunctest.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/testing/user/userguide/runfunctest.rst b/docs/testing/user/userguide/runfunctest.rst index bb01db7ca..d7d7afaf1 100644 --- a/docs/testing/user/userguide/runfunctest.rst +++ b/docs/testing/user/userguide/runfunctest.rst @@ -3,8 +3,8 @@ Executing Functest suites ========================= -As mentioned in the configuration guide `[1]`_, Alpine docker containers have -been introduced in Euphrates. +As mentioned in the :ref:`functest-install-guide`, Alpine docker containers +have been introduced in Euphrates. Tier containers have been created. Assuming that you pulled the container and your environement is ready, you can simply run the tiers by typing (e.g. with functest-healthcheck):: @@ -111,5 +111,4 @@ In OPNFV CI we collect all the results from CI. A test API shall be available as well as a test database `[16]`_. -.. _`[1]`: http://docs.opnfv.org/en/latest/submodules/functest/docs/testing/user/configguide/index.html -.. _`[16]`: http://docs.opnfv.org/en/latest/testing/testing-dev.html +.. _`[16]`: http://testresults.opnfv.org/test/#/ |