From 32fc31642ff993fe93e5033cba9f97a633a0a340 Mon Sep 17 00:00:00 2001 From: liyin Date: Wed, 7 Dec 2016 17:24:29 +0800 Subject: cpu_burden script&configure JIRA: BOTTLENECK-118 This patch add a new function cpu_burden. there are two things: 1.add configure file of cpu_burden, this default file could run test case 2.add script of cpu_burden, this script use the configure file could use yardstick restful api call date. Change-Id: Icd88b317fb97d8f12d81279eaffc2d3effc8ab65 Signed-off-by: liyin --- .../posca/testcase_cfg/posca_factor_cpu_burden.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (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 index c50264b0..fb4dcba9 100644 --- a/testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml +++ b/testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml @@ -1,14 +1,16 @@ [config] -test_ip: 192.168.23.2:8888 -throughput: 1000 +test_ip: +dashboard: y +ES_ip: 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 +test_time: 60 +tx_pkt_sizes: 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072 +rx_pkt_sizes: 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072 +default_rx_pkt_sizes: 65536 +default_tx_pkt_sizes: 87380 +cpu_load: 90 +latency: 100000 [flavor_config] rx_flavor: bottlenecks_system_bandwidth_rx,512,1,1 -- cgit 1.2.3-korg