diff options
author | Yu Yang (Gabriel) <Gabriel.yuyang@huawei.com> | 2018-03-19 02:01:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-19 02:01:54 +0000 |
commit | ce0318405bc680be89f8b7c088cc58a5e195a899 (patch) | |
tree | 2b28f6c42785a874dd2b1ae9a1001e1a0bc75482 /docs/testing/user/userguide/overview.rst | |
parent | d6f6b682701c16ebf21e0da99fbc8883147a8ffe (diff) | |
parent | d1b014906f5819e74cce95faa170068c93bc47cf (diff) |
Merge "Documentation on storage testcases in bottlenecks"
Diffstat (limited to 'docs/testing/user/userguide/overview.rst')
-rw-r--r-- | docs/testing/user/userguide/overview.rst | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/docs/testing/user/userguide/overview.rst b/docs/testing/user/userguide/overview.rst index 746f24c4..697191b0 100644 --- a/docs/testing/user/userguide/overview.rst +++ b/docs/testing/user/userguide/overview.rst @@ -58,17 +58,23 @@ Integration Description Test suite & Test case Description ================================== -+--------+-------------------------------------+ -|POSCA | posca_factor_ping | -| +-------------------------------------+ -| | posca_factor_system_bandwidth | -| +-------------------------------------+ -| | posca_facotor_soak_througputs | -| +-------------------------------------+ -| | posca_feature_vnf_scale_up | -| +-------------------------------------+ -| | posca_feature_vnf_scale_out | -+--------+-------------------------------------+ ++--------+-------------------------------------------+ +|POSCA | posca_factor_ping | +| +-------------------------------------------+ +| | posca_factor_system_bandwidth | +| +-------------------------------------------+ +| | posca_facotor_soak_througputs | +| +-------------------------------------------+ +| | posca_feature_vnf_scale_up | +| +-------------------------------------------+ +| | posca_feature_vnf_scale_out | +| +-------------------------------------------+ +| | posca_factor_storperf | +| +-------------------------------------------+ +| | posca_factor_multistack_storage_parallel | +| +-------------------------------------------+ +| | posca_factor_multistack_storage | ++--------+-------------------------------------------+ As for the abandoned test suite in the previous Bottlenecks releases, please refer to http://docs.opnfv.org/en/stable-danube/submodules/bottlenecks/docs/testing/user/userguide/deprecated.html. |