From 0f8e6065f467703b1461e87c3912f8d4bd616807 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Mon, 23 May 2016 15:11:11 +0300 Subject: replace t-rex to TRex regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect --- scripts/stl/flow_stats_latency.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/stl/flow_stats_latency.py') diff --git a/scripts/stl/flow_stats_latency.py b/scripts/stl/flow_stats_latency.py index 334406e5..80d07363 100644 --- a/scripts/stl/flow_stats_latency.py +++ b/scripts/stl/flow_stats_latency.py @@ -8,11 +8,11 @@ class STLS1(object): def get_streams (self, direction = 0, **kwargs): return [STLStream(packet = STLPktBuilder(pkt = os.path.join(CP, "yaml/udp_64B_no_crc.pcap")), # path relative to pwd - mode = STLTXCont(pps=1000), + mode = STLTXCont(pps=50000), flow_stats = STLFlowLatencyStats(pg_id = 7)), STLStream(packet = STLPktBuilder(pkt = os.path.join(CP, "yaml/udp_594B_no_crc.pcap")), # path relative to pwd - mode = STLTXCont(pps=5000), + mode = STLTXCont(pps=50000), flow_stats = STLFlowLatencyStats(pg_id = 12)) ] -- cgit 1.2.3-korg