summaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/devguide/overview.rst
diff options
context:
space:
mode:
authoryuyang <Gabriel.yuyang@huawei.com>2017-07-03 17:59:12 +0800
committeryuyang <Gabriel.yuyang@huawei.com>2017-07-04 12:35:31 +0800
commitb39f17a60e91552ffe94c520a30e6b271077f294 (patch)
tree2365debfddf455ce9691f69775fee3a79bb65c2d /docs/testing/developer/devguide/overview.rst
parentc6647e559cddfe8bdf064bf69edd970df4044ce5 (diff)
Initiate docs for Euphrates Release
JIRA: BOTTLENECK-170 Initiate docs for euphrates release by chaning the directory structure and contents framework Change-Id: Id051574a9d489c5b4f90b7e079ce8482413b1b53 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'docs/testing/developer/devguide/overview.rst')
-rw-r--r--docs/testing/developer/devguide/overview.rst76
1 files changed, 0 insertions, 76 deletions
diff --git a/docs/testing/developer/devguide/overview.rst b/docs/testing/developer/devguide/overview.rst
deleted file mode 100644
index f2e8bff1..00000000
--- a/docs/testing/developer/devguide/overview.rst
+++ /dev/null
@@ -1,76 +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 Testing Guide
-*********************
-
-For each *test suite*, you can either setup *test story* or *test case* to run
-certain test. *test story* could include several *test cases* as a set in one
-configuration file. You could then call the *test story* or *test case* by using
-Bottlencks CLI or Python build process.
-Details will be shown in the following section.
-
-Brief Introdcution of the Test suites in Project Releases
-=============================================================
-
-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.
-
-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. Rubbos and VSTF are not supported any more.
-
-Integration Description
-=======================
-+-------------+----------------------+----------------------+
-| Release | Integrated Installer | Supported Testsuite |
-+-------------+----------------------+----------------------+
-| Brahmaputra | Fuel | Rubbos, VSTF |
-+-------------+----------------------+----------------------+
-| Colorado | Compass | Rubbos, VSTF |
-+-------------+----------------------+----------------------+
-| Danube | Compass | POSCA |
-+-------------+----------------------+----------------------+
-
-Test suite & Test case Description
-==================================
-+--------+-------------------------------+
-|POSCA | posca_factor_ping |
-| +-------------------------------+
-| | posca_factor_system_bandwidth |
-+--------+-------------------------------+
-|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 |
-+--------+-------------------------------+