From 70ea780b12007a188471dd1a594dccf16ca1a1cb Mon Sep 17 00:00:00 2001 From: kubi Date: Mon, 11 Jan 2016 23:34:45 +0800 Subject: IPv6 connectivity between nodes on the tenant network Test case yaml and .rst file for ipv6 Change-Id: Ib9a554dc05445023687efb0ac608c7cbd0da4c21 Signed-off-by: kubi --- tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml (limited to 'tests') diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml new file mode 100644 index 000000000..9b5e86509 --- /dev/null +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml @@ -0,0 +1,27 @@ +--- +# Yardstick TC027 config file +# Measure IPV6 network latency using ping6 + +schema: "yardstick:task:0.1" + +scenarios: +- + type: Ping6 + host: node1.IPV6 + + runner: + type: Iteration + iterations: 1 + interval: 1 + run_step: 'setup,run,teardown' + sla: + max_rtt: 10 + action: monitor + + +context: + type: Node + name: IPV6 + file: /root/yardstick/etc/yardstick/nodes/compass_sclab_physical/pod.yaml + + -- cgit 1.2.3-korg