diff options
author | wym_libra <yimin.wang@huawei.com> | 2016-01-14 22:53:10 +0800 |
---|---|---|
committer | qi liang <liangqi1@huawei.com> | 2016-01-15 01:34:39 +0000 |
commit | 09c6f91228759e22a08bd9344962d65c1818e6b3 (patch) | |
tree | 1ccc975858cd7af3fc8a74e61df546f54313aa34 /tests/opnfv | |
parent | 9d36842e3966185e97cc5732aa7a0edd2050bfe2 (diff) |
Add test case description and task file for TC011
Add test case description for Packet delay variation between VMs (TC011)
and test case .yaml task file.
** Please note that the SLA value has not yet been determined. **
Change-Id: I68a374224946d46c173ad477c14cb79d573b1eee
Signed-off-by: wym_libra <yimin.wang@huawei.com>
Diffstat (limited to 'tests/opnfv')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml new file mode 100644 index 000000000..5d21e2814 --- /dev/null +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml @@ -0,0 +1,44 @@ +--- +# Yardstick TC011 config file +# Measure packet delay variation (jitter) using iperf3 + +schema: "yardstick:task:0.1" + +scenarios: +- + type: Iperf3 + options: + udp: udp + bandwidth: 20m + host: zeus.demo + target: hera.demo + + runner: + type: Duration + duration: 30 + + sla: + jitter: 10 + action: monitor + +context: + name: demo + image: yardstick-trusty-server + flavor: yardstick-flavor + user: ubuntu + + placement_groups: + pgrp1: + policy: "availability" + + servers: + zeus: + floating_ip: true + placement: "pgrp1" + hera: + floating_ip: true + placement: "pgrp1" + + networks: + test: + cidr: '10.0.1.0/24' |