diff options
author | Rex Lee <limingjiang@huawei.com> | 2018-11-05 09:16:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-05 09:16:57 +0000 |
commit | 3418d769a4bef9ea351e765fa00ad23986738e76 (patch) | |
tree | a47a5fa0dfabe30c4ee698072b40fc3f976700d3 /docs/testing/user/userguide/opnfv_yardstick_tc074.rst | |
parent | abdfd5465473b10670a843dfabfc9f10ad2f6a96 (diff) | |
parent | 28e64c520fc2a52c1d3eb736f88ad4608b87c142 (diff) |
Merge "[docs] Fix docs {un,}indent warnings in Testcase definitions"
Diffstat (limited to 'docs/testing/user/userguide/opnfv_yardstick_tc074.rst')
-rw-r--r-- | docs/testing/user/userguide/opnfv_yardstick_tc074.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/testing/user/userguide/opnfv_yardstick_tc074.rst b/docs/testing/user/userguide/opnfv_yardstick_tc074.rst index d6beeaff9..8d025eecf 100644 --- a/docs/testing/user/userguide/opnfv_yardstick_tc074.rst +++ b/docs/testing/user/userguide/opnfv_yardstick_tc074.rst @@ -91,12 +91,15 @@ Yardstick Test Case Description TC074 | | * workload=[workload module] | | | If not specified, the default is to run all workloads. The | | | workload types are: | +| | | | | - rs: 100% Read, sequential data | | | - ws: 100% Write, sequential data | | | - rr: 100% Read, random access | | | - wr: 100% Write, random access | | | - rw: 70% Read / 30% write, random access | +| | | | | measurements. | +| | | | | * workloads={json maps} | | | This parameter supercedes the workload and calls the V2.0 | | | API in StorPerf. It allows for greater control of the | @@ -131,11 +134,13 @@ Yardstick Test Case Description TC074 | | | | | Storperf is required to be installed in the environment. | | | There are two possible methods for Storperf installation: | -| | Run container on Jump Host | -| | Run container in a VM | +| | | +| | - Run container on Jump Host | +| | - Run container in a VM | | | | | | Running StorPerf on Jump Host | | | Requirements: | +| | | | | - Docker must be installed | | | - Jump Host must have access to the OpenStack Controller | | | API | @@ -146,6 +151,7 @@ Yardstick Test Case Description TC074 | | | | | Running StorPerf in a VM | | | Requirements: | +| | | | | - VM has docker installed | | | - VM has OpenStack Controller credentials and can | | | communicate with the Controller API | |