From f803e5b2b997e02f30bf747ce799f42b7aa61c13 Mon Sep 17 00:00:00 2001 From: imarom Date: Wed, 16 Mar 2016 11:30:40 +0200 Subject: FIX: direction for profile --- scripts/stl/udp_inc_len_9k.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/stl/udp_inc_len_9k.py') diff --git a/scripts/stl/udp_inc_len_9k.py b/scripts/stl/udp_inc_len_9k.py index b76b9fb7..3628a07f 100644 --- a/scripts/stl/udp_inc_len_9k.py +++ b/scripts/stl/udp_inc_len_9k.py @@ -34,7 +34,7 @@ class STLS1(object): - def get_streams (self, direction = 0): + def get_streams (self, direction = 0, **kwargs): # create 1 stream return [ self.create_stream() ] -- cgit 1.2.3-korg