diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-08-04 06:27:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-04 06:27:09 +0000 |
commit | 545ac267f0080a456984f7975febff28ef4c61c7 (patch) | |
tree | 44e5014e8b764ad954c03889af1e93c7c806e81f /samples/storagecapacity.yaml | |
parent | 248836fe41a16a705752c6f84553d1026a67c806 (diff) | |
parent | 8c1d4554ae60aad799826f1d8967a69bdf3fd017 (diff) |
Merge "Support Storage Capacity Test"
Diffstat (limited to 'samples/storagecapacity.yaml')
-rw-r--r-- | samples/storagecapacity.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/samples/storagecapacity.yaml b/samples/storagecapacity.yaml new file mode 100644 index 000000000..93394be12 --- /dev/null +++ b/samples/storagecapacity.yaml @@ -0,0 +1,24 @@ +--- +# Sample benchmark task config file +# Measure storage capacity and scale. +# Including number of PVs, volume of disk size, +# and block size of each device. + +schema: "yardstick:task:0.1" + +scenarios: +- + type: StorageCapacity + options: + test_type: "disk_size" + + host: node5.LF + + runner: + type: Iteration + iterations: 1 + +context: + type: Node + name: LF + file: /root/yardstick/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml |