summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client_utils
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-09-20 23:56:04 +0300
committerDan Klein <danklei@cisco.com>2015-09-20 23:56:04 +0300
commit20a7b8ed2a75debc3f2015d571fb4faf2cfc8b13 (patch)
tree11adec3abcb59b6126fcfd96e78b17c0777154a8 /scripts/automation/trex_control_plane/client_utils
parent29de5a33617b44c79982670a984ba46ec0e3a8d8 (diff)
minor updated to client API library, adding the CRxStats class
Diffstat (limited to 'scripts/automation/trex_control_plane/client_utils')
-rw-r--r--scripts/automation/trex_control_plane/client_utils/packet_builder.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/client_utils/packet_builder.py b/scripts/automation/trex_control_plane/client_utils/packet_builder.py
index fc34d931..5ca8da93 100644
--- a/scripts/automation/trex_control_plane/client_utils/packet_builder.py
+++ b/scripts/automation/trex_control_plane/client_utils/packet_builder.py
@@ -302,7 +302,6 @@ class CTRexPktBuilder(object):
except IOError:
raise IOError(2, "The provided path could not be accessed")
-
# ----- useful shortcut methods ----- #
def gen_dns_packet(self):
pass