Merge "Add infrastructure to add the NFVi KPI collections"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc075.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4 description: >
5     Yardstick TC075 config file;
6     Measure network capacity and scale.
7     Measure number of connections, number of frames received;
8
9 {% set host = host or "node1.LF" %}
10 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}
11
12 scenarios:
13 -
14   type: NetworkCapacity
15   host: {{host}}
16
17   runner:
18     type: Iteration
19     iterations: 1
20
21 context:
22   type: Node
23   name: LF
24   file: {{pod_info}}