diff options
author | kubi <jean.gaoliang@huawei.com> | 2016-01-11 23:34:45 +0800 |
---|---|---|
committer | kubi <jean.gaoliang@huawei.com> | 2016-01-11 23:53:10 +0800 |
commit | b8977d8f40a209514411650dcb46f2c4440e96af (patch) | |
tree | 74c82e8a593c32e6cc77597dabab40bed948748a /tests/opnfv | |
parent | db643f9a2a416c0888931a347488a51264350c8f (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/opnfv')
-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 + + |