diff options
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 |