diff options
author | Jun Li <matthew.lijun@huawei.com> | 2016-10-08 02:35:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-08 02:35:22 +0000 |
commit | 491c218b3d06bdb9eb54aa70905e8ec3c6f0b173 (patch) | |
tree | 21a12f73c1dd88aa6ac069f69b074d13aa97e69d /testsuites/posca/testcase_cfg | |
parent | 23f716997d7cc1f396007f5b2e3c4d82dc2e94a3 (diff) | |
parent | b9850595c9b27752fe48ce874f8dc90d473d9e60 (diff) |
Merge changes from topics 'add_factor_testcase_tx_pkt_size', 'add_posca_test_suite_framework'
* changes:
Add Factor Testcase TX PKT Size
Adding Posca Testsuite in Bottlenecks
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rwxr-xr-x | testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml | 11 | ||||
-rw-r--r-- | testsuites/posca/testcase_cfg/posca_factor_tx_pkt_size.yaml | 12 |
2 files changed, 23 insertions, 0 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml b/testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml new file mode 100755 index 00000000..113997cd --- /dev/null +++ b/testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml @@ -0,0 +1,11 @@ +[config]
+test_ip: 192.168.23.2:8888
+tool: netperf
+protocol: tcp
+test_time: 30
+tx pkt sizes: 8, 16, 32, 64, 128, 256, 512, 1024
+rx pkt sizes: 8, 16, 32, 64, 128, 256, 512, 1024
+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
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 |