Bugfix: Add missing dashes
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc063.yaml
1 ---
2 # Yardstick TC063 config file
3 # Measure disk size, block size and disk utilization using fdisk and iostat
4
5 schema: "yardstick:task:0.1"
6 {% set host = host or "node5.yardstick-TC063" %}
7 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}
8
9 scenarios:
10 -
11   type: StorageCapacity
12   options:
13     test_type: "disk_size"
14
15   host: {{host}}
16
17   runner:
18     type: Iteration
19     iterations: 1
20
21 context:
22   type: Node
23   name: yardstick-TC063
24   file: {{pod_info}}