summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-10-25 16:42:29 +0300
committerHanoh Haim <hhaim@cisco.com>2016-10-25 16:42:29 +0300
commit395543f0fb22e9652a92637ec8683e6e930ca59d (patch)
tree4b07c50a9beaa83deb7275816cc69a11aeb988ed /scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py
parentdd4a9e500b5622b85449ccc00d3f189a776e8077 (diff)
parent3477703325cafe2a629e60c60e619dc576c16d62 (diff)
Merge from master
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py')
-rw-r--r--scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py
index 48854b76..5d9cdcaa 100644
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py
@@ -902,7 +902,7 @@ class CGlobalStats(CTRexStats):
# absolute
stats['cpu_util'] = self.get("m_cpu_util")
stats['rx_cpu_util'] = self.get("m_rx_cpu_util")
- stats['bw_per_core'] = self.get("m_bw_per_core")
+ stats['bw_per_core'] = self.get("m_bw_per_core")
stats['tx_bps'] = self.get("m_tx_bps")
stats['tx_pps'] = self.get("m_tx_pps")