aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios
diff options
context:
space:
mode:
authorKubi <jean.gaoliang@huawei.com>2018-10-16 03:59:24 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-16 03:59:24 +0000
commitbb8a40544fdac7c9c5311b42993bf93f2d4da903 (patch)
tree9591e6658b7958489bc05f19ce599839f102f0eb /yardstick/benchmark/scenarios
parent44420fe96dbd91b2e3b296cd237f1967dd6b8a22 (diff)
parent43c28852a9c9abfe7fc66fca0dcc703b468db0cf (diff)
Merge "Adds option parameters to TC074"
Diffstat (limited to 'yardstick/benchmark/scenarios')
-rw-r--r--yardstick/benchmark/scenarios/storage/storperf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/yardstick/benchmark/scenarios/storage/storperf.py b/yardstick/benchmark/scenarios/storage/storperf.py
index 8093cd2d2..f2fcce651 100644
--- a/yardstick/benchmark/scenarios/storage/storperf.py
+++ b/yardstick/benchmark/scenarios/storage/storperf.py
@@ -87,7 +87,9 @@ class StorPerf(base.Scenario):
env_args = {}
env_args_payload_list = ["agent_count", "agent_flavor",
"public_network", "agent_image",
- "volume_size"]
+ "volume_size", "volume_type",
+ "volume_count", "availability_zone",
+ "stack_name", "subnet_CIDR"]
for env_argument in env_args_payload_list:
try: