summaryrefslogtreecommitdiffstats
path: root/scripts/stl
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-03-07 11:21:21 +0200
committerIdo Barnea <ibarnea@cisco.com>2016-03-07 11:21:21 +0200
commitea61eabf9f76ef4dea1ad2a4f0cd5cd8f367bd02 (patch)
tree6be3ea88834870f09ed9fca4b9db991ab359b9fc /scripts/stl
parentca3f7e0f81f782638440353c456382b6e607c71e (diff)
changed STLRxStats to STLFlowStats
Diffstat (limited to 'scripts/stl')
-rw-r--r--scripts/stl/flow_stats.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/stl/flow_stats.py b/scripts/stl/flow_stats.py
index 9248c691..05d7a9f7 100644
--- a/scripts/stl/flow_stats.py
+++ b/scripts/stl/flow_stats.py
@@ -6,9 +6,8 @@ class STLS1(object):
def get_streams (self, direction = 0):
return [STLStream(packet = STLPktBuilder(pkt ="stl/yaml/udp_64B_no_crc.pcap"), # path relative to pwd
-# mode = STLTXCont(pps=10),
- mode = STLTXSingleBurst(pps=1000, total_pkts=100000),
- flow_stats = STLRxStats(pg_id = 7))
+ mode = STLTXCont(pps=10),
+ flow_stats = STLFlowStats(pg_id = 7))
]