diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-23 15:11:11 +0300 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-23 15:11:11 +0300 |
commit | 0f8e6065f467703b1461e87c3912f8d4bd616807 (patch) | |
tree | 9026f23f0b7dde358ea7657e7ddbd5c62ce27d50 /scripts/stl | |
parent | 72c25f7830e2d0571ebf021f2a4b1c67fc9486de (diff) |
replace t-rex to TRex
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect
Diffstat (limited to 'scripts/stl')
-rw-r--r-- | scripts/stl/flow_stats_latency.py | 4 |
1 files changed, 2 insertions, 2 deletions
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)) ] |