Skip to content

Commit

Permalink
Disable SFR tests for TRex 11 and re-enable them for TRex14.
Browse files Browse the repository at this point in the history
Signed-off-by: Bes Dollma <[email protected]>
  • Loading branch information
bdollma committed Jan 22, 2021
1 parent 914cf3d commit 4a17a8d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions scripts/automation/regression/setups/trex11/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ test_rx_check_http_ipv6:
<< : *rx_http
bw_per_core : 49.237

test_rx_check_sfr: &rx_sfr
multiplier : 0.5
cores : 1
rx_sample_rate : 128
bw_per_core : 20.9

test_rx_check_sfr_ipv6:
<< : *rx_sfr
bw_per_core : 23.9
# test_rx_check_sfr: &rx_sfr
# multiplier : 0.5
# cores : 1
# rx_sample_rate : 128
# bw_per_core : 20.9

# test_rx_check_sfr_ipv6:
# << : *rx_sfr
# bw_per_core : 23.9


### stateless ###
Expand Down
18 changes: 9 additions & 9 deletions scripts/automation/regression/setups/trex14/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ test_rx_check_http_negative_disabled:
nat_dict : *nat_dict


#test_rx_check_sfr: &rx_sfr
# multiplier : 10
# cores : 3
# rx_sample_rate : 16
# bw_per_core : 16.082

#test_rx_check_sfr_ipv6:
# << : *rx_sfr
# bw_per_core : 19.198
test_rx_check_sfr: &rx_sfr
multiplier : 10
cores : 3
rx_sample_rate : 16
bw_per_core : 16.082

test_rx_check_sfr_ipv6:
<< : *rx_sfr
bw_per_core : 19.198



Expand Down

0 comments on commit 4a17a8d

Please sign in to comment.