summaryrefslogtreecommitdiffstats
path: root/scripts/stl/hlt/hlt_framesize_vm.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/stl/hlt/hlt_framesize_vm.py')
-rwxr-xr-xscripts/stl/hlt/hlt_framesize_vm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/hlt/hlt_framesize_vm.py b/scripts/stl/hlt/hlt_framesize_vm.py
index 5653e435..54ac41a0 100755
--- a/scripts/stl/hlt/hlt_framesize_vm.py
+++ b/scripts/stl/hlt/hlt_framesize_vm.py
@@ -6,7 +6,7 @@ class STLS1(object):
Two Eth/IP/UDP streams with VM to get different size of packet by frame_size
'''
- def get_streams (self, direction = 0):
+ def get_streams (self, direction = 0, **kwargs):
return [STLHltStream(length_mode = 'increment',
frame_size_min = 100,
frame_size_max = 3000,