summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/common/trex_stats.py
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-12-16 12:19:52 +0200
committerHanoh Haim <hhaim@cisco.com>2015-12-16 12:19:52 +0200
commita1fbf1730da1b7db6270cd9aa84fa1c63f3f3932 (patch)
tree1a870baaf99262e13476f5d3ea9c0be696c469b8 /scripts/automation/trex_control_plane/common/trex_stats.py
parent31b92c62f1ce84ba44c9fdf6c2f12ae51655f86c (diff)
parentf0919e280a6a7b74a52f05b8e6f591e1b7e08200 (diff)
Merge from master
Diffstat (limited to 'scripts/automation/trex_control_plane/common/trex_stats.py')
-rwxr-xr-xscripts/automation/trex_control_plane/common/trex_stats.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/automation/trex_control_plane/common/trex_stats.py b/scripts/automation/trex_control_plane/common/trex_stats.py
index 20255f41..9562f1f5 100755
--- a/scripts/automation/trex_control_plane/common/trex_stats.py
+++ b/scripts/automation/trex_control_plane/common/trex_stats.py
@@ -244,7 +244,6 @@ class CTRexStats(object):
class CGlobalStats(CTRexStats):
- pass
def __init__(self, connection_info, server_version, ports_dict_ref):
super(CGlobalStats, self).__init__()
@@ -270,7 +269,6 @@ class CGlobalStats(CTRexStats):
)
class CPortStats(CTRexStats):
- pass
def __init__(self, port_obj):
super(CPortStats, self).__init__()