summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/stl/tests/many_streams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/tests/many_streams.py b/scripts/stl/tests/many_streams.py
index eace7640..a8713a26 100644
--- a/scripts/stl/tests/many_streams.py
+++ b/scripts/stl/tests/many_streams.py
@@ -20,7 +20,7 @@ class STLS1(object):
s3 = STLStream(name = 's3',
self_start = False,
packet = STLPktBuilder(pkt = Ether()/IP(src="16.0.0.1",dst="48.0.0.3")/UDP(dport=12,sport=1025)/(10*'x')),
- mode = STLTXMultiBurst(pps = 57, pkts_per_burst = 9, count = 5, ibg = 12),
+ mode = STLTXMultiBurst(pps = 57, pkts_per_burst = 3, count = 5, ibg = 12),
next = 's4'
)