From 301d6ca6e36efdc5a1534615d57f3527560befad Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Tue, 23 Feb 2016 11:23:08 -0500 Subject: hltapi: add line rate and bps support --- scripts/stl/hlt/hlt_tcp_ranges.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/stl/hlt/hlt_tcp_ranges.py') diff --git a/scripts/stl/hlt/hlt_tcp_ranges.py b/scripts/stl/hlt/hlt_tcp_ranges.py index 31edc61a..b720e1e2 100755 --- a/scripts/stl/hlt/hlt_tcp_ranges.py +++ b/scripts/stl/hlt/hlt_tcp_ranges.py @@ -12,6 +12,7 @@ class STLS1(object): tcp_dst_port = 1234, name = 'test_tcp_ranges', direction = direction, + rate_pps = 1, ), ] -- cgit 1.2.3-korg