From f1c78acf1648abd6c06a070ef4e6465e5478eab8 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Sun, 10 Jan 2016 17:24:17 +0200 Subject: 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) --- .../automation/regression/setups/kiwi02/benchmark.yaml | 8 ++++---- .../automation/regression/setups/trex08/benchmark.yaml | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) (limited to 'scripts/automation/regression/setups') 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 -- cgit