diff options
Diffstat (limited to 'testsuites/posca/testcase_cfg')
5 files changed, 0 insertions, 108 deletions
diff --git a/testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml b/testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml deleted file mode 100644 index 5b97b9e1..00000000 --- a/testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml +++ /dev/null @@ -1,26 +0,0 @@ -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -[config] -test_ip: -dashboard: y -ES_ip: -tool: netperf -protocol: tcp -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 -tx_flavor: bottlenecks_system_bandwidth_tx,512,1,1 diff --git a/testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml b/testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml deleted file mode 100644 index 0cee6859..00000000 --- a/testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -[config] -test_ip: 192.168.23.2:8888 -throughput: 1000 -tool: netperf -protocol: tcp -test_time: 30 -pkt sizes: 8,16,32,64,128,256,512,1024,2048 -tx cache sizes: 2304,4608,9216,18432,32768,65536 -rx cache sizes: 1152 -cpu load: 0.9 -latency: 100000 diff --git a/testsuites/posca/testcase_cfg/posca_factor_rx_pkt_size.yaml b/testsuites/posca/testcase_cfg/posca_factor_rx_pkt_size.yaml deleted file mode 100644 index b94aa710..00000000 --- a/testsuites/posca/testcase_cfg/posca_factor_rx_pkt_size.yaml +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -[config] -test_ip: 192.168.23.2:8888 -throughput: 1000 -tool: netperf -protocol: tcp -test_time: 30 -tx pkt sizes: 8,16,32,64,128,256,512,1024,2048 -rx pkt sizes: 8 -tx cache sizes: 2304,4608,9216,18432,32768,65536 -rx cache sizes: 1152,2304,4608,9216,18432,32768,65536,131072 -cpu load: 0.9 -latency: 100000 diff --git a/testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml b/testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml deleted file mode 100644 index 9b69c105..00000000 --- a/testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -[config] -test_ip: 192.168.23.2:8888 -throughput: 1000 -tool: netperf -protocol: tcp -test_time: 30 -pkt sizes: 8,16,32,64,128,256,512,1024,2048 -tx cache sizes: 2304 -rx cache sizes: 1152,2304,4608,9216,18432,32768,65536,87380,131072 -cpu load: 0.9 -latency: 100000 diff --git a/testsuites/posca/testcase_cfg/posca_factor_tx_pkt_size.yaml b/testsuites/posca/testcase_cfg/posca_factor_tx_pkt_size.yaml deleted file mode 100644 index 06b07796..00000000 --- a/testsuites/posca/testcase_cfg/posca_factor_tx_pkt_size.yaml +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -[config] -test_ip: 192.168.23.2:8888 -throughput: 1000 -tool: netperf -protocol: tcp -test_time: 30 -tx pkt sizes: 8 -rx pkt sizes: 8,16,32,64,128,256,512,1024,2048 -tx cache sizes: 2304,4608,9216,18432,32768,65536 -rx cache sizes: 1152,2304,4608,9216,18432,32768,65536,131072 -cpu load: 0.9 -latency: 100000 |