Merge "Bugfix: modify comment bugs in TC055 and TC075"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc075.yaml
1 ---
2 # Yardstick TC075 config file
3 # Measure network capacity and scale.
4 # Measure number of connections, number of frames received
5
6 schema: "yardstick:task:0.1"
7 {% set host = host or "node1.LF" %}
8 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}
9
10 scenarios:
11 -
12   type: NetworkCapacity
13   host: {{host}}
14
15   runner:
16     type: Iteration
17     iterations: 1
18
19 context:
20   type: Node
21   name: LF
22   file: {{pod_info}}