summaryrefslogtreecommitdiffstats
path: root/scripts/stl
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-04-10 12:52:59 +0300
committerimarom <imarom@cisco.com>2016-04-10 12:52:59 +0300
commit7a3be366c6473203bf9f6d75b945aba75ac3f53a (patch)
treee3809ff89be55a0ca7a9dcc4aca0c309388b7119 /scripts/stl
parent9823cf0a2acfa3eed27613bf357d82c241889cba (diff)
some refinements and few refactors
Diffstat (limited to 'scripts/stl')
-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'
)