summaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_cases/opnfv_yardstick_tc075.yaml
blob: 1c1a7e4cd2b16556f268620a3f03ffa51d24f586 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---

schema: "yardstick:task:0.1"
description: >
    Yardstick TC075 config file;
    Measure network capacity and scale.
    Measure number of connections, number of frames received;

{% set host = host or "node1.LF" %}
{% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_virtual/pod.yaml" %}

scenarios:
-
  type: NetworkCapacity
  host: {{host}}

  runner:
    type: Iteration
    iterations: 1

context:
  type: Node
  name: LF
  file: {{pod_info}}