diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-02-10 16:07:22 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-02-10 16:07:22 +0200 |
commit | 786fafdbebc8b7df8c1482ba7c43b0beb005ad7c (patch) | |
tree | 83abf8aaf32240441b207d45d1b28e2601f003ff /scripts/automation/trex_control_plane/stl | |
parent | 6c3a6dd6c1f2bf1c6a39dacad8e5db3551580521 (diff) | |
parent | a69c4dd80e88b6fb4ebfae8d84366b11561d7660 (diff) |
Merge another test
Diffstat (limited to 'scripts/automation/trex_control_plane/stl')
-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 50b9f896..53e15417 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): |