diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-08-01 07:03:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-01 07:03:04 +0000 |
commit | 041cef5e239fef75ea6a972ef6960031b32c9b1c (patch) | |
tree | 329eeaffbd5394df2359fa341e1a5d037358a429 /samples/storperf.yaml | |
parent | 3632b33d3720c156a03489527e53d1f47fff4883 (diff) | |
parent | 9c19dbcc1dc0739fef6b6678528cbcc66a60c37f (diff) |
Merge "StorPerf Integration"
Diffstat (limited to 'samples/storperf.yaml')
-rw-r--r-- | samples/storperf.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/samples/storperf.yaml b/samples/storperf.yaml new file mode 100644 index 000000000..815ef0d97 --- /dev/null +++ b/samples/storperf.yaml @@ -0,0 +1,31 @@ +--- +# Sample StorPerf benchmark task config file +# StorPerf is a tool to measure block and object storage performance in an NFVI + +schema: "yardstick:task:0.1" + +scenarios: +- + type: StorPerf + options: + agent_count: 1 + agent_image: "Ubuntu 14.04" + public_network: "ext-net" + volume_size: 2 + # target: + # deadline: + # nossd: + # nowarm: + block_sizes: "4096" + queue_depths: "4" + workload: "ws" + StorPerf_ip: "192.168.23.2" + query_interval: 10 + timeout: 600 + + runner: + type: Iteration + iterations: 1 + +context: + type: Dummy |