tc011: make parameters to be able to config 35/41935/1
authorrexlee8776 <limingjiang@huawei.com>
Thu, 14 Sep 2017 08:51:28 +0000 (08:51 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Thu, 14 Sep 2017 08:51:28 +0000 (08:51 +0000)
Change-Id: Ic8a85b762f5204a9b759bf57c3189df97aa52d0c
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml

index eef1a7a..b2077d5 100644 (file)
@@ -13,6 +13,10 @@ description: >
     Yardstick TC011 config file;
     Measure packet delay variation (jitter) using iperf3.
 
+{% set udp = udp or "udp" %}
+{% set bandwidth = bandwidth or "20m" %}
+{% set length = length or "8K" %}
+{% set window = window or 29200 %}
 {% set provider = provider or none %}
 {% set physical_network = physical_network or 'physnet1' %}
 {% set segmentation_id = segmentation_id or none %}
@@ -21,10 +25,10 @@ scenarios:
 -
   type: Iperf3
   options:
-    udp: udp
-    bandwidth: 20m
-    length: 8K
-    window: 29200
+    udp: {{udp}}
+    bandwidth: {{bandwidth}}
+    length: {{length}}
+    window: {{window}}
   host: zeus.demo
   target: hera.demo