diff options
author | Dan Klein <danklei@cisco.com> | 2015-09-20 23:56:04 +0300 |
---|---|---|
committer | Dan Klein <danklei@cisco.com> | 2015-09-20 23:56:04 +0300 |
commit | 20a7b8ed2a75debc3f2015d571fb4faf2cfc8b13 (patch) | |
tree | 11adec3abcb59b6126fcfd96e78b17c0777154a8 /scripts/automation/trex_control_plane/client_utils | |
parent | 29de5a33617b44c79982670a984ba46ec0e3a8d8 (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.py | 1 |
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 |