diff options
author | 2016-04-28 13:49:24 +0300 | |
---|---|---|
committer | 2016-04-28 13:49:24 +0300 | |
commit | 798efac6db9d057073dae13b818815422ae926cc (patch) | |
tree | 10e5db5a108ebee06cef65b625eb6dfdef1f540d /scripts/automation/regression/setups/trex17 | |
parent | 01f0f25ca3072a5f671c5dfbaae454a94414c64d (diff) |
regression: slight fix to stl benchmark test
Diffstat (limited to 'scripts/automation/regression/setups/trex17')
-rw-r--r-- | scripts/automation/regression/setups/trex17/benchmark.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/automation/regression/setups/trex17/benchmark.yaml b/scripts/automation/regression/setups/trex17/benchmark.yaml index 1d792fe5..219a01ed 100644 --- a/scripts/automation/regression/setups/trex17/benchmark.yaml +++ b/scripts/automation/regression/setups/trex17/benchmark.yaml @@ -94,10 +94,11 @@ test_CPU_benchmark: cpu_util : 1 bw_per_core : 1 - - name : stl/udp_1pkt_simple.py - kwargs : {packet_len: 9000, packet_count: 1000} - cpu_util : 1 - bw_per_core : 1 +# not enough memory + queue full if memory increase +# - name : stl/udp_1pkt_simple.py +# kwargs : {packet_len: 9000, packet_count: 1000} +# cpu_util : 1 +# bw_per_core : 1 - name : stl/imix.py cpu_util : 1 |