diff options
author | Stuart Mackie <wsmackie@juniper.net> | 2017-08-29 05:21:36 -0700 |
---|---|---|
committer | Stuart Mackie <wsmackie@juniper.net> | 2017-08-29 05:21:36 -0700 |
commit | fce102283bab73ed08c292fce03e39c52f4a1fe2 (patch) | |
tree | 299e9f8e5daca49f74f207cbe6699295b9115876 /docs/testing/testing-user.rst | |
parent | 711967ae9639095ce41500bb0e6f80c8b80fab95 (diff) |
Added doc directories
Change-Id: I671d7c3ad4f4e5e476c98f53780d867dc94b3089
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Diffstat (limited to 'docs/testing/testing-user.rst')
-rw-r--r-- | docs/testing/testing-user.rst | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/docs/testing/testing-user.rst b/docs/testing/testing-user.rst new file mode 100644 index 0000000..198b090 --- /dev/null +++ b/docs/testing/testing-user.rst @@ -0,0 +1,65 @@ +.. _testing-userguide: + +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +=================== +Testing User Guides +=================== + +Bottlenecks +------------ +.. toctree:: + :maxdepth: 1 + + ../submodules/bottlenecks/docs/testing/user/configguide/index + ../submodules/bottlenecks/docs/testing/user/userguide/index + + +Functest +--------- +.. toctree:: + :maxdepth: 1 + + ../submodules/functest/docs/testing/user/configguide/index + ../submodules/functest/docs/testing/user/userguide/index + + +QTIP +----- +.. toctree:: + :maxdepth: 1 + + ../submodules/qtip/docs/testing/user/configguide/index + ../submodules/qtip/docs/testing/user/userguide/index + + +Storperf +-------- + +.. toctree:: + :maxdepth: 1 + + ../submodules/storperf/docs/testing/user/index + + +VSPERF +------ + +.. toctree:: + :maxdepth: 1 + + ../submodules/vswitchperf/docs/testing/user/configguide/index + ../submodules/vswitchperf/docs/testing/user/userguide/index + + +Yardstick +---------- +.. toctree:: + :maxdepth: 1 + + ../submodules/yardstick/docs/testing/user/configguide/index + ../submodules/yardstick/docs/testing/user/userguide/index + + + |