diff options
author | 2016-01-10 17:24:17 +0200 | |
---|---|---|
committer | 2016-01-10 17:24:17 +0200 | |
commit | f1c78acf1648abd6c06a070ef4e6465e5478eab8 (patch) | |
tree | bf9c218903b1082e39e95037ca1274b5465cd13a /scripts/automation/regression/setups | |
parent | 1d074bf3b198c1f160f6e636c21c16c9c833ce61 (diff) |
add alloc_error, queue_full, queue_drop stats report via ZMQ
regression:
update kiwi02 and trex08 benchmarks
add common "scripts_dir" variable for usage in tests
configure router with proper MTU in jumbo test
add --local flag for not connecting to remote server (useful for functional tests)
Diffstat (limited to 'scripts/automation/regression/setups')
-rw-r--r-- | scripts/automation/regression/setups/kiwi02/benchmark.yaml | 8 | ||||
-rw-r--r-- | scripts/automation/regression/setups/trex08/benchmark.yaml | 18 |
2 files changed, 22 insertions, 4 deletions
diff --git a/scripts/automation/regression/setups/kiwi02/benchmark.yaml b/scripts/automation/regression/setups/kiwi02/benchmark.yaml index 3cb05bcb..c387a994 100644 --- a/scripts/automation/regression/setups/kiwi02/benchmark.yaml +++ b/scripts/automation/regression/setups/kiwi02/benchmark.yaml @@ -78,8 +78,8 @@ test_routing_imix_64 : exp_latency : 1 test_routing_imix : - multiplier : 36 - cores : 4 + multiplier : 35 + cores : 2 cpu_to_core_ratio : 8900 exp_latency : 1 @@ -90,8 +90,8 @@ test_static_routing_imix : dual_port_mask : 1.0.0.0 client_destination_mask : 255.0.0.0 server_destination_mask : 255.0.0.0 - multiplier : 36 - cores : 4 + multiplier : 35 + cores : 2 cpu_to_core_ratio : 3766666 exp_latency : 1 diff --git a/scripts/automation/regression/setups/trex08/benchmark.yaml b/scripts/automation/regression/setups/trex08/benchmark.yaml index 3676abf3..e821149d 100644 --- a/scripts/automation/regression/setups/trex08/benchmark.yaml +++ b/scripts/automation/regression/setups/trex08/benchmark.yaml @@ -34,4 +34,22 @@ test_ipv6_simple : cpu2core_dev : 0.07 +test_rx_check_sfr: + multiplier : 80 + cores : 7 + rx_sample_rate : 128 +test_rx_check_sfr_ipv6_disabled: + multiplier : 80 + cores : 7 + rx_sample_rate : 128 + +test_rx_check_http: + multiplier : 99000 + cores : 3 + rx_sample_rate : 128 + +test_rx_check_http_ipv6_disabled: + multiplier : 99000 + cores : 3 + rx_sample_rate : 128
\ No newline at end of file |