diff options
Diffstat (limited to 'docs/testing')
-rw-r--r-- | docs/testing/developer/devguide/index.rst | 2 | ||||
-rw-r--r-- | docs/testing/testing-dev.rst | 24 |
2 files changed, 8 insertions, 18 deletions
diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst index f661ed335..1c7576b97 100644 --- a/docs/testing/developer/devguide/index.rst +++ b/docs/testing/developer/devguide/index.rst @@ -1,3 +1,5 @@ +.. _developer-devguide: + .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 .. (c) Christopher Price (Ericsson AB) diff --git a/docs/testing/testing-dev.rst b/docs/testing/testing-dev.rst index 291781455..566cb67be 100644 --- a/docs/testing/testing-dev.rst +++ b/docs/testing/testing-dev.rst @@ -16,46 +16,34 @@ Testing group Bottlenecks ------------ -.. toctree:: - :maxdepth: 1 - ../submodules/bottlenecks/docs/testing/developer/devguide/index +* :doc:`Bottlenecks Developer Guide <bottlenecks:testing/developer/devguide/index>` Dovetail / OPNFV Verified Program --------------------------------- -.. toctree:: - :maxdepth: 1 - ../submodules/dovetail/docs/testing/developer/testcaserequirements/index +* :doc:`OVP Test Case Requirements <dovetail:testing/developer/testcaserequirements/index>` Functest --------- -.. toctree:: - :maxdepth: 1 - ../submodules/functest/docs/testing/developer/devguide/index +* :doc:`Functest Developer Guide <functest:testing/developer/devguide/index>` StorPerf -------- -.. toctree:: - :maxdepth: 1 - ../submodules/storperf/docs/testing/developer/devguide/index +* :doc:`StorPerf Developer Guide <storperf:testing/developer/devguide/index>` VSPERF ------- -.. toctree:: - :maxdepth: 1 - ../submodules/vswitchperf/docs/testing/developer/devguide/index +* :doc:`VSPERF Developer Guide <vswitchperf:testing/developer/devguide/index>` Yardstick --------- -.. toctree:: - :maxdepth: 1 - ../submodules/yardstick/docs/testing/developer/devguide/index +* :doc:`Yardstick Developer Guide <yardstick:testing/developer/devguide/index>` |