diff options
Diffstat (limited to 'docs/testing/testing-dev.rst')
-rw-r--r-- | docs/testing/testing-dev.rst | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/testing/testing-dev.rst b/docs/testing/testing-dev.rst new file mode 100644 index 0000000..e7b6800 --- /dev/null +++ b/docs/testing/testing-dev.rst @@ -0,0 +1,51 @@ +.. _testing-dev: + +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +======================== +Testing Developer Guides +======================== + +Testing group +------------- +.. include:: ./developer/devguide/index.rst + +Bottlenecks +------------ +.. toctree:: + :maxdepth: 1 + + ../submodules/bottlenecks/docs/testing/developer/devguide/index + + +Functest +--------- +.. toctree:: + :maxdepth: 1 + + ../submodules/functest/docs/testing/developer/devguide/index + + +QTIP +----- +.. toctree:: + :maxdepth: 1 + + ../submodules/qtip/docs/testing/developer/devguide/index + + +VSPERF +------- +.. toctree:: + :maxdepth: 1 + + ../submodules/vswitchperf/docs/testing/developer/devguide/index + + +Yardstick +--------- +.. toctree:: + :maxdepth: 1 + + ../submodules/yardstick/docs/testing/developer/devguide/index |