aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorwangyaoguang <sunshine.wang@huawei.com>2016-07-15 22:15:29 +0800
committerYaoguang Wang <sunshine.wang@huawei.com>2016-08-02 09:03:55 +0800
commit8c1d4554ae60aad799826f1d8967a69bdf3fd017 (patch)
tree1d9fef0477b5992854470646140351c26c201762 /samples
parent14d31093898bb230ec951c9232949997625bab0f (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.yaml24
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