summaryrefslogtreecommitdiffstats
path: root/scripts/stl/flow_stats.py
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-03-16 20:04:28 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-03-16 20:04:28 +0200
commit027850daba11821c3c4eeb1d3711d5905c1ed95d (patch)
tree85681ec64d435f4c9bc03deb2e7e16cd3d0f105c /scripts/stl/flow_stats.py
parentdaf8476c5602d026364df9816ade07a3d4831a0a (diff)
parentaa334e0ef9258ffc70f0741627861b832d79a69b (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.py2
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)),