Merge "enhance test cases description and provide more info(in progress)"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc055.yaml
1 ---
2 # Yardstick TC055 config file
3 # Collect hardware specification from /proc/cpuinfo /proc/meminfo
4 # compute capacity and scale.
5
6 # the results have
7 # number of CPUs, number of physical cores in a single CPU
8 # number of logical cores, total memory size
9 # cache size per CPU, total cache size
10 # HT (Hyper-Thread) support status, 1 for open, 0 for close
11
12 schema: "yardstick:task:0.1"
13 {% set host = host or "node5.yardstick-TC055" %}
14 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}
15 scenarios:
16 -
17   type: ComputeCapacity
18   options:
19
20   nodes:
21     host: {{host}}
22
23   runner:
24     type: Iteration
25     iterations: 1
26
27 context:
28   type: Node
29   name: yardstick-TC055
30   file: {{pod_info}}