diff options
author | Jun Li <matthew.lijun@huawei.com> | 2016-10-08 02:36:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-08 02:36:43 +0000 |
commit | 8645a3184cbc3defc22ccb29777af3d4fdfd5c77 (patch) | |
tree | 8083aa2c99dcc1436b42561c2fd943018e5d1066 /testsuites/posca/testcase_cfg | |
parent | ffc6ad48eb07c106f376ef5f80e86853bd962a6a (diff) | |
parent | 9845092a739e9bf699e65c9073922f822e53b11a (diff) |
Merge "Add Factor Testcase RX_PKT_Size"
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rw-r--r-- | testsuites/posca/testcase_cfg/posca_factor_rx_pkt_size.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_factor_rx_pkt_size.yaml b/testsuites/posca/testcase_cfg/posca_factor_rx_pkt_size.yaml new file mode 100644 index 00000000..86068b8a --- /dev/null +++ b/testsuites/posca/testcase_cfg/posca_factor_rx_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,16,32,64,128,256,512,1024,2048 +rx pkt sizes: 8 +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 |