diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2017-03-24 11:24:17 +0800 |
---|---|---|
committer | yuyang <Gabriel.yuyang@huawei.com> | 2017-03-24 16:14:29 +0800 |
commit | 566a7246d6a8e9451be511ddae84f7067bf013ea (patch) | |
tree | 527cd723be2ee9bd76f5c62e939a93e1218a8304 /docs/testing/developer | |
parent | 4b36a57727cad302976ee38ad0046a7595339849 (diff) |
Update document according to Danube release plan
JIRA: BOTTLENECK-145
Currently, the docs of Bottlenecks still follow the format
from Colorado. Some work need to be done regarding reorganizing
the contents according to the Danube release.
Change-Id: I4ece51abc558bb7128565125224b5e8579a198f7
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'docs/testing/developer')
-rw-r--r-- | docs/testing/developer/deprecated.rst | 15 | ||||
-rw-r--r-- | docs/testing/developer/index.rst | 6 | ||||
-rw-r--r-- | docs/testing/developer/overview.rst | 2 |
3 files changed, 19 insertions, 4 deletions
diff --git a/docs/testing/developer/deprecated.rst b/docs/testing/developer/deprecated.rst new file mode 100644 index 00000000..1566f38c --- /dev/null +++ b/docs/testing/developer/deprecated.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) Huawei Technologies Co.,Ltd and others. + +************************************** +Bottlenecks - Deprecated Testing Guide +************************************** + + +.. toctree:: + :maxdepth: 1 + + ./rubbos_guide.rst + ./vstf_guide.rst + diff --git a/docs/testing/developer/index.rst b/docs/testing/developer/index.rst index 20cc00eb..8d57ead0 100644 --- a/docs/testing/developer/index.rst +++ b/docs/testing/developer/index.rst @@ -7,10 +7,10 @@ Bottlenecks - Testing Guide *************************** .. toctree:: - :maxdepth: 2 + :maxdepth: 1 ./overview.rst ./posca_guide.rst - ./rubbos_guide.rst - ./vstf_guide.rst ./dashboard_guide.rst + ./deprecated.rst + diff --git a/docs/testing/developer/overview.rst b/docs/testing/developer/overview.rst index 8bc1b7c1..42f06eb7 100644 --- a/docs/testing/developer/overview.rst +++ b/docs/testing/developer/overview.rst @@ -25,7 +25,7 @@ vstf is refactored by extracting the test case's configuration information. Danube: posca testsuite is introduced to implementing stress (factor), scenario and tuning test in parametric manner. Two testcases are developed and integrated into -community CI pipeline. +community CI pipeline. Rubbos and VSTF are not supported any more. Integration Description ======================= |