diff options
author | imarom <imarom@cisco.com> | 2016-02-10 08:30:58 -0500 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-02-10 08:30:58 -0500 |
commit | f8d4d5a845fc049497dd988e911d2678798fa307 (patch) | |
tree | 348a7083de3502b7dc7eccb480815d7e12e3cac1 /scripts/automation/trex_control_plane | |
parent | cd4cf9917fb516a5b5575b932ee71c64b4214ed4 (diff) |
number_of_bursts field was missing
Diffstat (limited to 'scripts/automation/trex_control_plane')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_streams.py | 2 |
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 1ed55e4c..91eef745 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['count'] = count + self.fields['number_of_bursts'] = count class STLStream(object): |