Merge "TC042 bug fix"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc011.yaml
index eef1a7a..ee36c6c 100644 (file)
@@ -13,6 +13,10 @@ description: >
     Yardstick TC011 config file;
     Measure packet delay variation (jitter) using iperf3.
 
+{% set protocol = protocol 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
+    protocol: {{protocol}}
+    bandwidth: {{bandwidth}}
+    length: {{length}}
+    window: {{window}}
   host: zeus.demo
   target: hera.demo