diff options
author | liyin <liyin11@huawei.com> | 2016-12-07 17:24:29 +0800 |
---|---|---|
committer | liyin <liyin11@huawei.com> | 2016-12-07 17:24:29 +0800 |
commit | 32fc31642ff993fe93e5033cba9f97a633a0a340 (patch) | |
tree | d1b22de612c3bc20588904f168dd5818f17eeb54 /testsuites/posca/testcase_cfg | |
parent | c4a53bacf10ac556a0e6a355f0ead2cb4d6939b8 (diff) |
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 <liyin11@huawei.com>
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rw-r--r-- | testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml | 18 |
1 files changed, 10 insertions, 8 deletions
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 |