diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2016-09-18 05:38:13 +0800 |
---|---|---|
committer | yuyang <Gabriel.yuyang@huawei.com> | 2016-09-22 06:53:19 +0800 |
commit | b9850595c9b27752fe48ce874f8dc90d473d9e60 (patch) | |
tree | 4f4131a2699813b98652f682bbfacdf2083b363c /testsuites/posca/testcase_cfg | |
parent | 37e67f46e74137f55ffc0d698d335b25cb24ec21 (diff) |
Add Factor Testcase TX PKT Size
JIRA: BOTTLENECK-99
Add factor testcase to locate the bottleneck of tx pkt size.
A separated logic for determine if the tx pkt size is the system
bottleneck is provided.
Change-Id: I9ccbe19c88a72170b66fffd7f1bd7e5a45dbdc27
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rw-r--r-- | testsuites/posca/testcase_cfg/posca_factor_tx_pkt_size.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_factor_tx_pkt_size.yaml b/testsuites/posca/testcase_cfg/posca_factor_tx_pkt_size.yaml new file mode 100644 index 00000000..dcceee02 --- /dev/null +++ b/testsuites/posca/testcase_cfg/posca_factor_tx_pkt_size.yaml @@ -0,0 +1,12 @@ +[config] +test_ip: 192.168.23.2:8888 +throughput: 1000 +tool: netperf +protocol: tcp +test_time: 30 +tx pkt sizes: 8 +rx pkt sizes: 8,16,32,64,128,256,512,1024,2048 +tx cache sizes: 2304,4608,9216,18432,32768,65536 +rx cache sizes: 1152,2304,4608,9216,18432,32768,65536,131072 +cpu load: 0.9 +latency: 100000 |