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/trex08/benchmark.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'scripts/automation/regression/setups/trex08') 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 1.2.3-korg