diff options
Diffstat (limited to 'docs/testing')
-rw-r--r-- | docs/testing/testing-dev.rst | 37 | ||||
-rw-r--r-- | docs/testing/testing-user.rst | 41 |
2 files changed, 78 insertions, 0 deletions
diff --git a/docs/testing/testing-dev.rst b/docs/testing/testing-dev.rst new file mode 100644 index 000000000..de31f9cde --- /dev/null +++ b/docs/testing/testing-dev.rst @@ -0,0 +1,37 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +======================== +Testing Developer Guides +======================== + +Functest +--------- +.. toctree:: + :maxdepth: 1 + + ../submodules/functest/docs/testing/developer/devguide/index + + +Bottlenecks +------------ +.. toctree:: + :maxdepth: 1 + + ../submodules/bottlenecks/docs/testing/developer/devguide/index + + +Yardstick +---------- +.. toctree:: + :maxdepth: 1 + + ../submodules/yardstick/docs/testing/developer/devguide/index + + +Qtip +----- +.. toctree:: + :maxdepth: 1 + + ../submodules/qtip/docs/testing/developer/devguide/index diff --git a/docs/testing/testing-user.rst b/docs/testing/testing-user.rst new file mode 100644 index 000000000..cb0becac8 --- /dev/null +++ b/docs/testing/testing-user.rst @@ -0,0 +1,41 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +=================== +Testing User Guides +=================== + +Functest +--------- +.. toctree:: + :maxdepth: 1 + + ../submodules/functest/docs/testing/user/userguide/index + ../submodules/functest/docs/testing/user/configguide/index + + +Bottlenecks +------------ +.. toctree:: + :maxdepth: 1 + + ../submodules/bottlenecks/docs/testing/user/userguide/index + ../submodules/bottlenecks/docs/testing/user/configguide/index + + +Yardstick +---------- +.. toctree:: + :maxdepth: 1 + + ../submodules/yardstick/docs/testing/user/userguide/index + ../submodules/yardstick/docs/testing/user/configguide/index + + +Qtip +----- +.. toctree:: + :maxdepth: 1 + + ../submodules/qtip/docs/testing/user/userguide/index + ../submodules/qtip/docs/testing/user/configguide/index
\ No newline at end of file |