From a7967979b47845a1736e734c1c16f5929ae6fd48 Mon Sep 17 00:00:00 2001 From: Dan Klein Date: Wed, 16 Dec 2015 08:53:08 +0200 Subject: cleaned the code a little, added load_packet_from_pcap into packet builder functionality. --- scripts/automation/trex_control_plane/common/trex_stats.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/automation/trex_control_plane/common') 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__() -- cgit 1.2.3-korg