blob: e3b282d1447df6e0fff333825bb9b8099b2643c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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: etc/yardstick/nodes/compass_sclab_virtual/pod.yaml
|