Add Yardstick TC044 TEST CASE
[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
7 scenarios:
8 -
9   type: Ping
10   options:
11     packetsize: 100
12   host: node4.LF
13   target: node5.LF
14
15   runner:
16     type: Duration
17     duration: 60
18     interval: 1
19
20   sla:
21     max_rtt: 10
22     action: monitor
23
24
25 context:
26   type: Node
27   name: LF
28   file: etc/yardstick/nodes/compass_sclab_physical/pod.yaml
29