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