Segregating Testing doc 53/31253/1
authorShubhamRathi <shubhamiiitbackup@gmail.com>
Tue, 21 Mar 2017 18:42:24 +0000 (00:12 +0530)
committerShubhamRathi <shubhamiiitbackup@gmail.com>
Tue, 21 Mar 2017 18:42:24 +0000 (00:12 +0530)
Testing documentation has been segregated
under 'User Guides' & 'Developer Guides' as
decided by the test teams.

Change-Id: I04a11ff88b329f4daad2ef020aefd0779d5a7ca5
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
docs/index.rst
docs/testing/testing-dev.rst [new file with mode: 0644]
docs/testing/testing-user.rst [new file with mode: 0644]

index 23bd573..78c35e4 100644 (file)
@@ -30,11 +30,8 @@ Testing Documentation
    :maxdepth: 1
 
    testing/ecosystem/index
-   submodules/functest/docs/testing/user/index
-   submodules/bottlenecks/docs/testing/user/index
-   submodules/yardstick/docs/testing/user/index
-   submodules/vswitchperf/docs/testing/user/index
-   submodules/storperf/docs/testing/user/index
+   testing/testing-user
+   testing/testing-dev
 
 
 Development Documentation
diff --git a/docs/testing/testing-dev.rst b/docs/testing/testing-dev.rst
new file mode 100644 (file)
index 0000000..de31f9c
--- /dev/null
@@ -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 (file)
index 0000000..cb0beca
--- /dev/null
@@ -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