summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/testing/developer/devguide/index.rst8
-rw-r--r--docs/testing/testing-dev.rst6
2 files changed, 9 insertions, 5 deletions
diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst
index a23231b03..866885956 100644
--- a/docs/testing/developer/devguide/index.rst
+++ b/docs/testing/developer/devguide/index.rst
@@ -1,9 +1,9 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. SPDX-License-Identifier: CC-BY-4.0
-*********************
-Test developer guide
-*********************
+***********************
+Testing developer guide
+***********************
.. toctree::
:numbered:
@@ -62,7 +62,7 @@ The testing group defined several categories also known as tiers. These
categories can be used to group test suites.
+----------------+-------------------------------------------------------------+
-| healthcheck | Simple and quick healthcheck tests case |
+| Healthcheck | Simple and quick healthcheck tests case |
+----------------+-------------------------------------------------------------+
| Smoke | Set of smoke test cases/suites to validate the release |
+----------------+-------------------------------------------------------------+
diff --git a/docs/testing/testing-dev.rst b/docs/testing/testing-dev.rst
index 3716acd19..e7b680044 100644
--- a/docs/testing/testing-dev.rst
+++ b/docs/testing/testing-dev.rst
@@ -7,6 +7,10 @@
Testing Developer Guides
========================
+Testing group
+-------------
+.. include:: ./developer/devguide/index.rst
+
Bottlenecks
------------
.. toctree::
@@ -36,7 +40,7 @@ VSPERF
.. toctree::
:maxdepth: 1
- ../submodules/vswitchperf/docs/testing/developer/index
+ ../submodules/vswitchperf/docs/testing/developer/devguide/index
Yardstick