From 6c31c0534acf57fc3e0e26fe964bbc67d9d7d63c Mon Sep 17 00:00:00 2001 From: Ido Barnea Date: Mon, 12 Dec 2016 18:11:49 +0200 Subject: Added VIC tests + VIC small fix + fail tests if latency packets fail Signed-off-by: Ido Barnea --- scripts/automation/regression/setups/trex11/benchmark.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'scripts/automation/regression/setups/trex11') diff --git a/scripts/automation/regression/setups/trex11/benchmark.yaml b/scripts/automation/regression/setups/trex11/benchmark.yaml index a4969d2d..5ebcdd55 100644 --- a/scripts/automation/regression/setups/trex11/benchmark.yaml +++ b/scripts/automation/regression/setups/trex11/benchmark.yaml @@ -40,6 +40,19 @@ test_rx_check_http: &rx_http rx_sample_rate : 128 bw_per_core : 49.464 +test_rx_check_http_ipv6: + << : *rx_http + bw_per_core : 49.237 + +test_rx_check_sfr: &rx_sfr + multiplier : 8 + cores : 1 + rx_sample_rate : 128 + bw_per_core : 20.9 + +test_rx_check_sfr_ipv6: + << : *rx_sfr + bw_per_core : 23.9 ### stateless ### -- cgit 1.2.3-korg