diff options
Diffstat (limited to 'scripts/stl/udp_1pkt_pcap_relative_path.py')
-rw-r--r-- | scripts/stl/udp_1pkt_pcap_relative_path.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/udp_1pkt_pcap_relative_path.py b/scripts/stl/udp_1pkt_pcap_relative_path.py index 91b32d0f..00b5e5df 100644 --- a/scripts/stl/udp_1pkt_pcap_relative_path.py +++ b/scripts/stl/udp_1pkt_pcap_relative_path.py @@ -5,7 +5,7 @@ from trex_stl_lib.api import * class STLS1(object): - def get_streams (self, direction = 0): + def get_streams (self, direction = 0, **kwargs): return [STLStream(packet = STLPktBuilder(pkt ="yaml/udp_64B_no_crc.pcap", path_relative_to_profile = True), # path relative to profile and not to loader path mode = STLTXCont(pps=10)) ] #rate continues, could be STLTXSingleBurst,STLTXMultiBurst |