diff options
author | kubi <jean.gaoliang@huawei.com> | 2016-01-11 23:34:45 +0800 |
---|---|---|
committer | liang gao <jean.gaoliang@huawei.com> | 2016-01-11 15:55:14 +0000 |
commit | 70ea780b12007a188471dd1a594dccf16ca1a1cb (patch) | |
tree | 7f58830871684f02351d7f92fdd53f21c7396ab2 /tests | |
parent | 8bbc0bd8ac3c6060f5b5ee3591bccf61e2aeca86 (diff) |
IPv6 connectivity between nodes on the tenant network
Test case yaml and .rst file for ipv6
Change-Id: Ib9a554dc05445023687efb0ac608c7cbd0da4c21
Signed-off-by: kubi <jean.gaoliang@huawei.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
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 + + |