From b81cdb6c2d6d118c1c346e7c8dae6a5e747d867d Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Sun, 22 Jan 2017 16:05:19 +0200 Subject: Stateful - add short flow test with high active flow 8-4Mflows Signed-off-by: Hanoh Haim --- .../regression/setups/trex08/benchmark.yaml | 19 +++++++++++++++++++ 1 file changed, 19 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 b33fc45e..f409edb8 100644 --- a/scripts/automation/regression/setups/trex08/benchmark.yaml +++ b/scripts/automation/regression/setups/trex08/benchmark.yaml @@ -4,6 +4,25 @@ ### stateful ### +test_short_flow: + multiplier : 50000 + cores : 7 + bw_per_core : 1000 + +test_short_flow_high_active: + multiplier : 40000 + cores : 7 + bw_per_core : 1000 + active_flows : 4000000 + +test_short_flow_high_active2: + multiplier : 30000 + cores : 7 + bw_per_core : 1000 + active_flows : 4000000 + + + test_jumbo: multiplier : 150 cores : 2 -- cgit 1.2.3-korg