summaryrefslogtreecommitdiffstats
path: root/scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py')
-rwxr-xr-xscripts/stl/hlt/hlt_udp_inc_dec_len_9k.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py b/scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py
index e7ee5b3d..e8766da4 100755
--- a/scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py
+++ b/scripts/stl/hlt/hlt_udp_inc_dec_len_9k.py
@@ -11,6 +11,7 @@ class STLS1(object):
l4_protocol = 'udp',
udp_src_port = 1025,
udp_dst_port = 12,
+ rate_pps = 1,
),
STLHltStream(length_mode = 'decrement',
frame_size_max = 9*1024,
@@ -19,6 +20,7 @@ class STLS1(object):
l4_protocol = 'udp',
udp_src_port = 1025,
udp_dst_port = 12,
+ rate_pps = 1,
)
]