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