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