diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-07-24 06:55:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-24 06:55:28 +0000 |
commit | 15d807c22f33fab8e1f9b61e1d0c041a8144ee89 (patch) | |
tree | 6a3abbc72033ad505a80094378818aae7570a5cb /tests/opnfv/test_cases | |
parent | deccb02a8adabe609c2e903ce9f60e8b39db6c29 (diff) | |
parent | 8ffbb26f5150f2ecdce44100c126cf6c183933cd (diff) |
Merge "Open storperf testcase to huawei-pod2"
Diffstat (limited to 'tests/opnfv/test_cases')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc074.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc074.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc074.yaml index 5bd3f676f..ef4f02c9e 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc074.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc074.yaml @@ -14,13 +14,14 @@ description: > StorPerf is a tool to measure block and object storage performance in an NFVI. {% set public_network = public_network or "ext-net" %} -{% set StorPerf_ip = StorPerf_ip or "192.168.10.6" %} +{% set StorPerf_ip = StorPerf_ip or "192.168.200.1" %} scenarios: - type: StorPerf options: agent_count: 1 agent_image: "Ubuntu-16.04" + agent_flavor: "storperf" public_network: {{public_network}} volume_size: 4 block_sizes: "4096" |