From d1b014906f5819e74cce95faa170068c93bc47cf Mon Sep 17 00:00:00 2001 From: Shubham Agarwal Date: Sun, 31 Dec 2017 07:58:59 -0500 Subject: Documentation on storage testcases in bottlenecks JIRA: BOTTLENECK-216 This patch is used for user documentation on the 3 storage stress testcases created in bottlnecks. Change-Id: Ib560efea5bcd2decedf7d3f681ed303123ce31a9 Signed-off-by: Shubham Agarwal --- .../posca/posca_factor_multistack_storage.rst | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 docs/testing/user/userguide/posca/posca_factor_multistack_storage.rst (limited to 'docs/testing/user/userguide/posca/posca_factor_multistack_storage.rst') diff --git a/docs/testing/user/userguide/posca/posca_factor_multistack_storage.rst b/docs/testing/user/userguide/posca/posca_factor_multistack_storage.rst new file mode 100644 index 00000000..70f555d1 --- /dev/null +++ b/docs/testing/user/userguide/posca/posca_factor_multistack_storage.rst @@ -0,0 +1,59 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV, Huawei Tech and others. + +*************************************************** +POSCA Stress (Factor) Test of Multistack Storage +*************************************************** + +Test Case +======== + ++--------------------------------------------------------------------------------------+ +|Bottlenecks POSCA Stress Test MultiStack Storage | +| | ++--------------+-----------------------------------------------------------------------+ +|test case name| posca_factor_multistack_storage | +| | | ++--------------+-----------------------------------------------------------------------+ +|description | Stress test regarding multistack storage using | +| | yardstick as a runner | ++--------------+-----------------------------------------------------------------------+ +|configuration | config file: | +| | /testsuite/posca/testcase_cfg/posca_factor_multistack_storage.yaml | +| | | +| | stack number: 5, 10, 20, 50 ... | +| | | ++--------------+-----------------------------------------------------------------------+ +|test result | Read / Write IOPS, Throughput, latency | +| | | ++--------------+-----------------------------------------------------------------------+ + +Configuration +============ +:: + + load_manager: + scenarios: + tool: fio + test_times: 10 + rw: write, read, rw, rr, randomrw + bs: 4k + size: 50g + rwmixwrite: 50 + num_stack: 1, 3 + volume_num: 1 + numjobs: 1 + direct: 1 + + contexts: + stack_create: yardstick + flavor: + yardstick_test_ip: + yardstick_test_dir: "samples" + yardstick_testcase: "storage_bottlenecks" + + dashboard: + dashboard: "y" + dashboard_ip: -- cgit 1.2.3-korg