Change-Id: Ic8a85b762f5204a9b759bf57c3189df97aa52d0c
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
     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 %}
 -
   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