diff options
author | 2015-12-16 12:19:52 +0200 | |
---|---|---|
committer | 2015-12-16 12:19:52 +0200 | |
commit | a1fbf1730da1b7db6270cd9aa84fa1c63f3f3932 (patch) | |
tree | 1a870baaf99262e13476f5d3ea9c0be696c469b8 /scripts/automation/trex_control_plane/common/trex_stats.py | |
parent | 31b92c62f1ce84ba44c9fdf6c2f12ae51655f86c (diff) | |
parent | f0919e280a6a7b74a52f05b8e6f591e1b7e08200 (diff) |
Merge from master
Diffstat (limited to 'scripts/automation/trex_control_plane/common/trex_stats.py')
-rwxr-xr-x | scripts/automation/trex_control_plane/common/trex_stats.py | 2 |
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__() |