summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-02-10 08:34:03 -0500
committerimarom <imarom@cisco.com>2016-02-10 08:34:03 -0500
commita69c4dd80e88b6fb4ebfae8d84366b11561d7660 (patch)
treecce48058394aad9c28323e0e65cc8be491f669ff /scripts
parentf8d4d5a845fc049497dd988e911d2678798fa307 (diff)
back to 'count' - as the DOC states
Diffstat (limited to 'scripts')
-rw-r--r--scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
index 91eef745..1ed55e4c 100644
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py
@@ -84,7 +84,7 @@ class STLTXMultiBurst(STLTXMode):
self.fields['pps'] = pps
self.fields['pkts_per_burst'] = pkts_per_burst
self.fields['ibg'] = ibg
- self.fields['number_of_bursts'] = count
+ self.fields['count'] = count
class STLStream(object):