From 33d2dc985a30aab53bee51ce19dc38df0b82fae3 Mon Sep 17 00:00:00 2001 From: wym_libra Date: Thu, 14 Jan 2016 22:53:10 +0800 Subject: 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 (cherry picked from commit 09c6f91228759e22a08bd9344962d65c1818e6b3) --- tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml | 44 +++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml (limited to 'tests/opnfv') 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' -- cgit 1.2.3-korg