Bugfix: modify comment bugs in TC055 and TC075
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc055.yaml
1 ---
2 # Yardstick TC055 config file
3 # Collect hardware specification from /proc/cpuinfo
4 # Measure number of cores, number of threads, available memory size and cache size
5
6 schema: "yardstick:task:0.1"
7 {% set host = host or "node5.yardstick-TC055" %}
8 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}
9 scenarios:
10 -
11   type: ComputeCapacity
12   options:
13
14   nodes:
15     host: {{host}}
16
17   runner:
18     type: Iteration
19     iterations: 1
20
21 context:
22   type: Node
23   name: yardstick-TC055
24   file: {{pod_info}}