summaryrefslogtreecommitdiffstats
path: root/scripts/stl/hlt/hlt_wentong2.py
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-03-16 11:30:40 +0200
committerimarom <imarom@cisco.com>2016-03-16 11:31:20 +0200
commitf803e5b2b997e02f30bf747ce799f42b7aa61c13 (patch)
tree8c1b92b9d4c3e61fdd55dbe1eff4d7a4b37f9e93 /scripts/stl/hlt/hlt_wentong2.py
parent9de939585468e18c6aa57f626530841029bb7e86 (diff)
FIX: direction for profile
Diffstat (limited to 'scripts/stl/hlt/hlt_wentong2.py')
-rwxr-xr-xscripts/stl/hlt/hlt_wentong2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/hlt/hlt_wentong2.py b/scripts/stl/hlt/hlt_wentong2.py
index 82503343..137e57b9 100755
--- a/scripts/stl/hlt/hlt_wentong2.py
+++ b/scripts/stl/hlt/hlt_wentong2.py
@@ -7,7 +7,7 @@ class STLS1(object):
Creates Eth/802.1Q/IPv6/UDP stream without VM (if num_of_sessions_per_spoke is 1)
'''
- def get_streams (self, direction = 0):
+ def get_streams (self, direction = 0, **kwargs):
ipv6_tgen_rtr = '2005:0:1::1'
num_of_sessions_per_spoke = 1 # in given example is not passed forward, taking default
ipv6_address_step = '0:0:0:1:0:0:0:0'