diff options
author | Jun Li <matthew.lijun@huawei.com> | 2016-10-08 02:37:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-08 02:37:02 +0000 |
commit | dc3d9cf2714419f84f6c0d6fd5a6d755c288d229 (patch) | |
tree | 2d925162fd7a26a14dbc95a744e4153b1652c9b5 /testsuites/posca/testcase_cfg | |
parent | 8645a3184cbc3defc22ccb29777af3d4fdfd5c77 (diff) | |
parent | fd4658f131c6b168cdebd98783710f4bb77e86fc (diff) |
Merge "Add Factor Testcase RX_Cache_Size"
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rw-r--r-- | testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml b/testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml new file mode 100644 index 00000000..2dfb1fe8 --- /dev/null +++ b/testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml @@ -0,0 +1,11 @@ +[config] +test_ip: 192.168.23.2:8888 +throughput: 1000 +tool: netperf +protocol: tcp +test_time: 30 +pkt sizes: 8,16,32,64,128,256,512,1024,2048 +tx cache sizes: 2304,4608,9216,18432,32768,65536 +rx cache sizes: 1152 +cpu load: 0.9 +latency: 100000 |