diff options
author | Jun Li <matthew.lijun@huawei.com> | 2016-10-08 02:37:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-08 02:37:19 +0000 |
commit | 914d679eab3335a59e4425218def6d4d38dd2c1d (patch) | |
tree | 9607c272e26e6ca6d04b9f42e714039d354f1156 /testsuites/posca/testcase_cfg | |
parent | dc3d9cf2714419f84f6c0d6fd5a6d755c288d229 (diff) | |
parent | 588e4b5572e6f6bff3e3c9dc67d0fefc505611e7 (diff) |
Merge "Add Factor Testcase CPU_Burden"
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rw-r--r-- | testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml b/testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml new file mode 100644 index 00000000..c50264b0 --- /dev/null +++ b/testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml @@ -0,0 +1,15 @@ +[config] +test_ip: 192.168.23.2:8888 +throughput: 1000 +tool: netperf +protocol: tcp +test_time: 30 +pkt sizes: 64,32,16,8 +tx cache sizes: 65536 +rx cache sizes: 87380 +cpu load: 0.9 +latency: 500000 + +[flavor_config] +rx_flavor: bottlenecks_system_bandwidth_rx,512,1,1 +tx_flavor: bottlenecks_system_bandwidth_tx,512,1,1 |