From 7235003e49a22e044aa8da18006ae46f7df9e2cf Mon Sep 17 00:00:00 2001 From: imarom Date: Tue, 25 Oct 2016 12:47:47 +0300 Subject: added performance test (starting with trex09) Signed-off-by: imarom --- .../automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py') 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") -- cgit 1.2.3-korg