summaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2018-10-31 11:28:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-31 11:28:56 +0000
commita196a3437a8a465f183374b334439ec1dea7e03b (patch)
tree02802ed910ce9940e29763d7a249253d77c550f6 /yardstick
parent5eac2492c2ef5dacca5b896ccdf42953191a7530 (diff)
parent3c0f5815f4e13fc9e368cfa8349c526aa01a3660 (diff)
Merge "Adds option parameters to TC074" into stable/gambia
Diffstat (limited to 'yardstick')
-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: