From 798efac6db9d057073dae13b818815422ae926cc Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Thu, 28 Apr 2016 13:49:24 +0300 Subject: regression: slight fix to stl benchmark test --- scripts/automation/regression/setups/trex12/benchmark.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'scripts/automation/regression/setups/trex12') diff --git a/scripts/automation/regression/setups/trex12/benchmark.yaml b/scripts/automation/regression/setups/trex12/benchmark.yaml index 5a30214c..084b57de 100644 --- a/scripts/automation/regression/setups/trex12/benchmark.yaml +++ b/scripts/automation/regression/setups/trex12/benchmark.yaml @@ -121,10 +121,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 -- cgit 1.2.3-korg