summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/examples/stl_flow_stats.py
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/automation/trex_control_plane/stl/examples/stl_flow_stats.py
parentca3f7e0f81f782638440353c456382b6e607c71e (diff)
changed STLRxStats to STLFlowStats
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/examples/stl_flow_stats.py')
-rw-r--r--scripts/automation/trex_control_plane/stl/examples/stl_flow_stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/examples/stl_flow_stats.py b/scripts/automation/trex_control_plane/stl/examples/stl_flow_stats.py
index 6fb33b22..3708834e 100644
--- a/scripts/automation/trex_control_plane/stl/examples/stl_flow_stats.py
+++ b/scripts/automation/trex_control_plane/stl/examples/stl_flow_stats.py
@@ -18,7 +18,7 @@ def rx_example (tx_port, rx_port, burst_size):
total_pkts = burst_size
s1 = STLStream(name = 'rx',
packet = pkt,
- flow_stats = STLRxStats(pg_id = 5),
+ flow_stats = STLFlowStats(pg_id = 5),
mode = STLTXSingleBurst(total_pkts = total_pkts, bps_L2 = 250000000))
# connect to server