summaryrefslogtreecommitdiffstats
path: root/testsuites/posca/testcase_cfg
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/posca/testcase_cfg')
-rw-r--r--testsuites/posca/testcase_cfg/posca_factor_cpu_burden.yaml26
-rw-r--r--testsuites/posca/testcase_cfg/posca_factor_multistack_storage.yaml2
-rw-r--r--testsuites/posca/testcase_cfg/posca_factor_multistack_storage_parallel.yaml2
-rw-r--r--testsuites/posca/testcase_cfg/posca_factor_ping.yaml6
-rw-r--r--testsuites/posca/testcase_cfg/posca_factor_rx_cache_size.yaml20
-rw-r--r--testsuites/posca/testcase_cfg/posca_factor_rx_pkt_size.yaml21
-rw-r--r--testsuites/posca/testcase_cfg/posca_factor_soak_throughputs.yaml2
-rw-r--r--testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml2
-rw-r--r--testsuites/posca/testcase_cfg/posca_factor_tx_cache_size.yaml20
-rw-r--r--testsuites/posca/testcase_cfg/posca_factor_tx_pkt_size.yaml21
-rw-r--r--testsuites/posca/testcase_cfg/posca_factor_vnf_scale_up.yaml2
-rw-r--r--testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml2
-rw-r--r--testsuites/posca/testcase_cfg/posca_feature_moon_tenants.yaml2
-rw-r--r--testsuites/posca/testcase_cfg/posca_feature_testpmd_scale_up.yaml2
-rw-r--r--testsuites/posca/testcase_cfg/posca_feature_vnf_scale_out.yaml2
15 files changed, 12 insertions, 120 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_multistack_storage.yaml b/testsuites/posca/testcase_cfg/posca_factor_multistack_storage.yaml
index e2f48438..0f90812d 100644
--- a/testsuites/posca/testcase_cfg/posca_factor_multistack_storage.yaml
+++ b/testsuites/posca/testcase_cfg/posca_factor_multistack_storage.yaml
@@ -30,6 +30,6 @@ load_manager:
yardstick_testcase: "storage_bottlenecks"
contexts:
- dashboard: "Bottlenecks-ELK"
+ # dashboard: "Bottlenecks-ELK"
yardstick: "Bottlenecks-Yardstick"
yardstick_envpre: True
diff --git a/testsuites/posca/testcase_cfg/posca_factor_multistack_storage_parallel.yaml b/testsuites/posca/testcase_cfg/posca_factor_multistack_storage_parallel.yaml
index b55b826c..9279320c 100644
--- a/testsuites/posca/testcase_cfg/posca_factor_multistack_storage_parallel.yaml
+++ b/testsuites/posca/testcase_cfg/posca_factor_multistack_storage_parallel.yaml
@@ -28,6 +28,6 @@ load_manager:
yardstick_testcase: "storage_bottlenecks"
contexts:
- dashboard: "Bottlenecks-ELK"
+ # dashboard: "Bottlenecks-ELK"
yardstick: "Bottlenecks-Yardstick"
yardstick_envpre: True
diff --git a/testsuites/posca/testcase_cfg/posca_factor_ping.yaml b/testsuites/posca/testcase_cfg/posca_factor_ping.yaml
index 25654357..7526f253 100644
--- a/testsuites/posca/testcase_cfg/posca_factor_ping.yaml
+++ b/testsuites/posca/testcase_cfg/posca_factor_ping.yaml
@@ -16,8 +16,8 @@ load_manager:
tool: ping
test_times: 100
package_size:
- num_stack: 20, 20
- threshhold: 20
+ num_stack: 5, 5
+ threshhold: 5
package_loss: 0%
runners:
@@ -27,6 +27,6 @@ load_manager:
yardstick_testcase: "ping_bottlenecks"
contexts:
- dashboard: "Bottlenecks-ELK"
+ # dashboard: "Bottlenecks-ELK"
yardstick: "Bottlenecks-Yardstick"
yardstick_envpre: True
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_soak_throughputs.yaml b/testsuites/posca/testcase_cfg/posca_factor_soak_throughputs.yaml
index 983b7d76..787a849c 100644
--- a/testsuites/posca/testcase_cfg/posca_factor_soak_throughputs.yaml
+++ b/testsuites/posca/testcase_cfg/posca_factor_soak_throughputs.yaml
@@ -30,6 +30,6 @@ load_manager:
yardstick_testcase: "netperf_soak"
contexts:
- dashboard: "Bottlenecks-ELK"
+# dashboard: "Bottlenecks-ELK"
yardstick: "Bottlenecks-Yardstick"
yardstick_envpre: True
diff --git a/testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml b/testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml
index 04115eda..4eebc339 100644
--- a/testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml
+++ b/testsuites/posca/testcase_cfg/posca_factor_system_bandwidth.yaml
@@ -23,6 +23,6 @@ load_manager:
yardstick_testcase: "netperf_bottlenecks"
contexts:
- dashboard: "Bottlenecks-ELK"
+ # dashboard: "Bottlenecks-ELK"
yardstick: "Bottlenecks-Yardstick"
yardstick_envpre: Flase \ No newline at end of file
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
diff --git a/testsuites/posca/testcase_cfg/posca_factor_vnf_scale_up.yaml b/testsuites/posca/testcase_cfg/posca_factor_vnf_scale_up.yaml
index 4fd200a5..1cfe30a8 100644
--- a/testsuites/posca/testcase_cfg/posca_factor_vnf_scale_up.yaml
+++ b/testsuites/posca/testcase_cfg/posca_factor_vnf_scale_up.yaml
@@ -21,7 +21,7 @@ test_config:
# - [8, 8192]
# - [10, 10240]
runner_config:
- dashboard: "y"
+ # dashboard: "y"
dashboard_ip:
stack_create: yardstick
yardstick_test_ip:
diff --git a/testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml b/testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml
index bbf65ba7..affa5730 100644
--- a/testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml
+++ b/testsuites/posca/testcase_cfg/posca_feature_moon_resources.yaml
@@ -27,7 +27,7 @@ load_manager:
contexts:
# info that dashboard if have data, we will create the data dashboard.
- dashboard: "Bottlenecks-ELK"
+# dashboard: "Bottlenecks-ELK"
yardstick: "Bottlenecks-yardstick"
moon_monitoring: True
moon_environment:
diff --git a/testsuites/posca/testcase_cfg/posca_feature_moon_tenants.yaml b/testsuites/posca/testcase_cfg/posca_feature_moon_tenants.yaml
index 7feb6e4e..5f7cf5d9 100644
--- a/testsuites/posca/testcase_cfg/posca_feature_moon_tenants.yaml
+++ b/testsuites/posca/testcase_cfg/posca_feature_moon_tenants.yaml
@@ -30,7 +30,7 @@ load_manager:
contexts:
# info that dashboard if have data, we will create the data dashboard.
- dashboard: "Bottlenecks-ELK"
+# dashboard: "Bottlenecks-ELK"
yardstick: "Bottlenecks-yardstick"
moon_monitoring: True
moon_environment:
diff --git a/testsuites/posca/testcase_cfg/posca_feature_testpmd_scale_up.yaml b/testsuites/posca/testcase_cfg/posca_feature_testpmd_scale_up.yaml
index a686b9db..3e7486fa 100644
--- a/testsuites/posca/testcase_cfg/posca_feature_testpmd_scale_up.yaml
+++ b/testsuites/posca/testcase_cfg/posca_feature_testpmd_scale_up.yaml
@@ -34,6 +34,6 @@ load_manager:
contexts:
# info that dashboard if have data, we will create the data dashboard.
- dashboard: "Bottlenecks-ELK"
+# dashboard: "Bottlenecks-ELK"
yardstick: "yardstick_pmd"
yardstick_envpre: Flase
diff --git a/testsuites/posca/testcase_cfg/posca_feature_vnf_scale_out.yaml b/testsuites/posca/testcase_cfg/posca_feature_vnf_scale_out.yaml
index d893ac8a..95d0ce04 100644
--- a/testsuites/posca/testcase_cfg/posca_feature_vnf_scale_out.yaml
+++ b/testsuites/posca/testcase_cfg/posca_feature_vnf_scale_out.yaml
@@ -20,6 +20,6 @@ load_manager:
yardstick_testcase: "tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_correlated_traffic_scale_out"
contexts:
- dashboard: "Bottlenecks-ELK"
+# dashboard: "Bottlenecks-ELK"
yardstick: "Bottlenecks_yardstick"
yardstick_envpre: False