Merge "heat: minor fixes, don't use len > 0 and use next instead of [0]"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc063.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4 description: >
5     Yardstick TC063 config file;
6     Measure disk size, block size and disk utilization using fdisk and iostat.
7
8 {% set host = host or "node5.yardstick-TC063" %}
9 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}
10
11 scenarios:
12 -
13   type: StorageCapacity
14   options:
15     test_type: "disk_size"
16
17   host: {{host}}
18
19   runner:
20     type: Iteration
21     iterations: 1
22
23 context:
24   type: Node
25   name: yardstick-TC063
26   file: {{pod_info}}