summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-02-10 16:05:35 +0200
committerHanoh Haim <hhaim@cisco.com>2016-02-10 16:05:35 +0200
commit6c3a6dd6c1f2bf1c6a39dacad8e5db3551580521 (patch)
tree5f9b7561f81914ec7be32ef4657f32c51e8ae7b1 /scripts/automation/trex_control_plane/stl
parent267aeb3436afe9929e6dda1c1681a342bcb534da (diff)
multi burst example
Diffstat (limited to 'scripts/automation/trex_control_plane/stl')
-rw-r--r--scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
index 91eef745..50b9f896 100644
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
@@ -63,7 +63,7 @@ class STLTXMultiBurst(STLTXMode):
def __init__ (self,
pps = 1,
pkts_per_burst = 1,
- ibg = 0.0,
+ ibg = 0.0, # usec not SEC
count = 1):
if not isinstance(pps, (int, float)):