add support for suite to support constraints and task_args
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc043.yaml
1 ---
2 # Yardstick TC043 config file
3 # Measure latency between NFVI nodes using ping
4
5 schema: "yardstick:task:0.1"
6 {% set host = host or "node1.LF" %}
7 {% set target = target or "node2.LF" %}
8 {% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_physical/pod.yaml" %}
9 scenarios:
10 -
11   type: Ping
12   options:
13     packetsize: 100
14   host: {{host}}
15   target: {{target}}
16
17   runner:
18     type: Duration
19     duration: 60
20     interval: 1
21
22   sla:
23     max_rtt: 10
24     action: monitor
25
26
27 context:
28   type: Node
29   name: LF
30   file: {{pod_info}}
31