d4a978c1d8ab6d05d6d867c5794f1f5ef840b684
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc075.yaml
1 ---
2 # Yardstick TC075 config file
3 # Measure compute capacity and scale.
4 # Including number of cores, number of threads, available memory size and
5 # cache size.
6
7 schema: "yardstick:task:0.1"
8 {% set host = host or "node1.LF" %}
9 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}
10
11 scenarios:
12 -
13   type: NetworkCapacity
14   host: {{host}}
15
16   runner:
17     type: Iteration
18     iterations: 1
19
20 context:
21   type: Node
22   name: LF
23   file: {{pod_info}}