From 588e4b5572e6f6bff3e3c9dc67d0fefc505611e7 Mon Sep 17 00:00:00 2001 From: yuyang Date: Sun, 18 Sep 2016 01:42:42 +0800 Subject: Add Factor Testcase CPU_Burden JIRA: BOTTLENECK-95 Add cpu burden factor testcase to locate cpu bottlneck for system. A separated logic is provided to determine if the bottleneck is the CPU capability in the system. Changes: 1. Add testcase script 2. Delete whitespaces Change-Id: I37017d5a0378450b07286ba36f9976d92f504eeb Signed-off-by: yuyang --- .../posca/testcase_cfg/posca_factor_cpu_burden.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml (limited to 'testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml') 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 -- cgit 1.2.3-korg