From abe93d77218222796a2d4b40a08dddd8273299c6 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Fri, 29 Jul 2016 04:37:01 -0400 Subject: project document improvement JIRA: BOTTLENECK-88 Change-Id: I963502bb494bfb8773b312f038e9a1ea9902e56e Signed-off-by: MatthewLi --- docs/configurationguide/README.rst | 63 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 docs/configurationguide/README.rst (limited to 'docs/configurationguide/README.rst') diff --git a/docs/configurationguide/README.rst b/docs/configurationguide/README.rst new file mode 100644 index 00000000..51a476a6 --- /dev/null +++ b/docs/configurationguide/README.rst @@ -0,0 +1,63 @@ +.. 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 | ++-------------+----------------------+ -- cgit 1.2.3-korg