diff options
author | wangyaoguang <sunshine.wang@huawei.com> | 2016-07-15 22:15:29 +0800 |
---|---|---|
committer | Yaoguang Wang <sunshine.wang@huawei.com> | 2016-08-02 09:03:55 +0800 |
commit | 8c1d4554ae60aad799826f1d8967a69bdf3fd017 (patch) | |
tree | 1d9fef0477b5992854470646140351c26c201762 /samples | |
parent | 14d31093898bb230ec951c9232949997625bab0f (diff) |
Support Storage Capacity Test
It measures disk size, block size and disk utilization.
JIRA: YARDSTICK-284
Change-Id: I61b3fb8a35da41c77450c157f843fb853d77dddd
Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
Diffstat (limited to 'samples')
-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 |