diff options
author | Ace Lee <liyin11@huawei.com> | 2017-07-31 02:50:01 +0000 |
---|---|---|
committer | Ace Lee <liyin11@huawei.com> | 2017-07-31 02:52:42 +0000 |
commit | 3470b3bb8accf514974bbbf151ff879e4295333f (patch) | |
tree | e0b0673c81e82e7ff342a0387d2c30876df13a2c /tests/opnfv/test_cases | |
parent | 5abe4fe013a14c528bfb1e0ff4c8bcb9b8817551 (diff) |
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>
Diffstat (limited to 'tests/opnfv/test_cases')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc011.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |