From 3470b3bb8accf514974bbbf151ff879e4295333f Mon Sep 17 00:00:00 2001
From: Ace Lee <liyin11@huawei.com>
Date: Mon, 31 Jul 2017 02:50:01 +0000
Subject: Add more parameters in iperf3 taml

JIRA: YARDSTICK-755

The parameters that iperf3 testcase support now maybe insufficient in some usecase.
The test case should support parameters such as: windows size and length of buffer.
This work is about adding more parameters in testcase yaml file

Change-Id: I8c900a4a8909d97543cf837a02c76a6aee19f439
Signed-off-by: Ace Lee <liyin11@huawei.com>
---
 tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'tests')

diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml
index b826a7d5e..aad35e43a 100644
--- a/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml
+++ b/tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml
@@ -19,6 +19,8 @@ scenarios:
   options:
     udp: udp
     bandwidth: 20m
+    length: 8K
+    window: 29200
   host: zeus.demo
   target: hera.demo
 
-- 
cgit