diff options
Diffstat (limited to 'tests/opnfv/test_cases')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml new file mode 100644 index 000000000..b45e41ebf --- /dev/null +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc043.yaml @@ -0,0 +1,29 @@ +--- +# Yardstick TC043 config file +# Measure latency between NFVI nodes using ping + +schema: "yardstick:task:0.1" + +scenarios: +- + type: Ping + options: + packetsize: 100 + host: node1.LF + target: node2.LF + + runner: + type: Duration + duration: 60 + interval: 1 + + sla: + max_rtt: 10 + action: monitor + + +context: + type: Node + name: LF + file: etc/yardstick/nodes/compass_sclab_physical/pod.yaml + |