diff options
author | Jun Li <matthew.lijun@huawei.com> | 2016-10-08 02:36:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-08 02:36:04 +0000 |
commit | 159fb03e845a26a5a3e76208a8fd4de2c070c88c (patch) | |
tree | f9460552ee7147ec693721710c9b3ddbe953afad /testsuites/posca/testcase_cfg | |
parent | 491c218b3d06bdb9eb54aa70905e8ec3c6f0b173 (diff) | |
parent | 014bcc8d9dd3e58a76d89bc2eeab248b192bb85d (diff) |
Merge "Add Factor Testcase TX_Cache_Size"
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rw-r--r-- | testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml b/testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml new file mode 100644 index 00000000..f2379bcc --- /dev/null +++ b/testsuites/posca/testcase_cfg/posca_factor_tx_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 +rx cache sizes: 1152,2304,4608,9216,18432,32768,65536,87380,131072 +cpu load: 0.9 +latency: 100000 |