diff options
author | Ido Barnea <ibarnea@cisco.com> | 2016-03-16 20:04:28 +0200 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2016-03-16 20:04:28 +0200 |
commit | 027850daba11821c3c4eeb1d3711d5905c1ed95d (patch) | |
tree | 85681ec64d435f4c9bc03deb2e7e16cd3d0f105c /scripts/stl/flow_stats.py | |
parent | daf8476c5602d026364df9816ade07a3d4831a0a (diff) | |
parent | aa334e0ef9258ffc70f0741627861b832d79a69b (diff) |
Merge branch 'master' of csi-sceasr-b32:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
Diffstat (limited to 'scripts/stl/flow_stats.py')
-rw-r--r-- | scripts/stl/flow_stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stl/flow_stats.py b/scripts/stl/flow_stats.py index e2701d23..69e1166c 100644 --- a/scripts/stl/flow_stats.py +++ b/scripts/stl/flow_stats.py @@ -4,7 +4,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 ="stl/yaml/udp_64B_no_crc.pcap"), # path relative to pwd mode = STLTXCont(pps=1000), flow_stats = STLFlowStats(pg_id = 7)), |