diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-08-23 11:50:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-23 11:50:39 +0000 |
commit | 4645702d4ebcaa31ebd980c5a203ba560c7969a8 (patch) | |
tree | 0d7d1bcade15eda8b476f5f6af7aaecf2a8779e1 | |
parent | 675aef7b59b752ff995444ddccac66acac496153 (diff) | |
parent | a22a7fa2e3e12d767832716cb33a9f852519a78d (diff) |
Merge "Reference testing group dev guide in testing section Add /devguide dir for VSPERF"
-rw-r--r-- | docs/testing/developer/devguide/index.rst | 8 | ||||
-rw-r--r-- | docs/testing/testing-dev.rst | 6 |
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 |