diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2017-02-16 20:44:47 +0800 |
---|---|---|
committer | yuyang <Gabriel.yuyang@huawei.com> | 2017-02-23 13:00:27 +0800 |
commit | 81fba061911595953782299d2eb06c3014b8a890 (patch) | |
tree | 08d13ccef97b4ccceb0511c4668dcfd43ec2de59 /docs/configurationguide | |
parent | be6453bb485c720278c5f6a45a5194391e454ce4 (diff) |
Add Danube Document Framework
JIRA: BOTTLENECK-137
Bottlenecks document framwork meeting Danube document requirement.
Changes:
1. Add POSCA testsuite document
2. Combine configuration and installation directory
2.1 https://wiki.opnfv.org/display/DEV/Documentation+Toolchain
3. Change file names in /user_guide
4. Add requirements notes to release notes
5. Add stress test configuartion details
Change-Id: I8d9055097ddae280d985120d4501819d20ad1dcb
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'docs/configurationguide')
-rw-r--r-- | docs/configurationguide/README.rst | 63 | ||||
-rw-r--r-- | docs/configurationguide/index.rst | 12 |
2 files changed, 0 insertions, 75 deletions
diff --git a/docs/configurationguide/README.rst b/docs/configurationguide/README.rst deleted file mode 100644 index 70c2da58..00000000 --- a/docs/configurationguide/README.rst +++ /dev/null @@ -1,63 +0,0 @@ -.. 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. - -**************************** -Project General Test Methods -**************************** - -For each *test suite*, you can setup *test story* by including several *test cases* -only with one configuration parameter different, by comparing the test results, -you can see the influence of the configuration parameter. - -Brahmaputra: rubbos is introduced, which is an end2end NFVI perforamnce tool. -Virtual switch test framework(VSTF) is also introduced, -which is an test framework used for vswitch performance test. - -Colorado: rubbos is refactored by using puppet, which makes it quite flexible -to configure with different number of load generator(Client), worker(tomcat). -vstf is refactored by extracting the test case's configuration information. - -*********************************** -Test suite & Test case Description -*********************************** -+--------+-----------------------------+ -|Rubbos | rubbos_basic | -| +-----------------------------+ -| | rubbos_TC1101 | -| +-----------------------------+ -| | rubbos_TC1201 | -| +-----------------------------+ -| | rubbos_TC1301 | -| +-----------------------------+ -| | rubbos_TC1401 | -| +-----------------------------+ -| | rubbos_heavy_TC1101 | -+--------+-----------------------------+ -|vstf | vstf_Ti1 | -| +-----------------------------+ -| | vstf_Ti2 | -| +-----------------------------+ -| | vstf_Ti3 | -| +-----------------------------+ -| | vstf_Tn1 | -| +-----------------------------+ -| | vstf_Tn2 | -| +-----------------------------+ -| | vstf_Tu1 | -| +-----------------------------+ -| | vstf_Tu2 | -| +-----------------------------+ -| | vstf_Tu3 | -+--------+-----------------------------+ - -*********************** -Integration Description -*********************** -+-------------+----------------------+ -| Release | integrated installer | -+-------------+----------------------+ -| Brahmaputra | Fuel | -+-------------+----------------------+ -| Colorado | Compass | -+-------------+----------------------+ diff --git a/docs/configurationguide/index.rst b/docs/configurationguide/index.rst deleted file mode 100644 index fb623511..00000000 --- a/docs/configurationguide/index.rst +++ /dev/null @@ -1,12 +0,0 @@ -.. 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 - configureguide -***************************** - -.. toctree:: - :maxdepth: 2 - - ./README.rst |