diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-04-28 13:49:24 +0300 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-04-28 13:49:24 +0300 |
commit | 798efac6db9d057073dae13b818815422ae926cc (patch) | |
tree | 10e5db5a108ebee06cef65b625eb6dfdef1f540d /scripts/automation/regression/setups/trex08 | |
parent | 01f0f25ca3072a5f671c5dfbaae454a94414c64d (diff) |
regression: slight fix to stl benchmark test
Diffstat (limited to 'scripts/automation/regression/setups/trex08')
-rw-r--r-- | scripts/automation/regression/setups/trex08/benchmark.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/automation/regression/setups/trex08/benchmark.yaml b/scripts/automation/regression/setups/trex08/benchmark.yaml index 19749848..97db6598 100644 --- a/scripts/automation/regression/setups/trex08/benchmark.yaml +++ b/scripts/automation/regression/setups/trex08/benchmark.yaml @@ -114,10 +114,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 |