diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-12 00:45:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-12 00:45:26 +0000 |
commit | 5721849f3f08c2c1c89354341115c834e510b3d6 (patch) | |
tree | 19a1fdb5c4067c0e7113533e84f2f500e95888a8 /tests/opnfv | |
parent | eab7e0f4b1ffb895a93107ab28b26ceb3b084e99 (diff) | |
parent | 10f85b332c4b1f55e651aeb9c45b328e1ebdc2af (diff) |
Merge "Use "protocol" parameters in iperf3 yaml and task file"
Diffstat (limited to 'tests/opnfv')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml index b2077d59e..ee36c6c82 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml @@ -13,7 +13,7 @@ description: > Yardstick TC011 config file; Measure packet delay variation (jitter) using iperf3. -{% set udp = udp or "udp" %} +{% set protocol = protocol or "udp" %} {% set bandwidth = bandwidth or "20m" %} {% set length = length or "8K" %} {% set window = window or 29200 %} @@ -25,7 +25,7 @@ scenarios: - type: Iperf3 options: - udp: {{udp}} + protocol: {{protocol}} bandwidth: {{bandwidth}} length: {{length}} window: {{window}} |