From 20a7b8ed2a75debc3f2015d571fb4faf2cfc8b13 Mon Sep 17 00:00:00 2001 From: Dan Klein Date: Sun, 20 Sep 2015 23:56:04 +0300 Subject: minor updated to client API library, adding the CRxStats class --- scripts/automation/trex_control_plane/client_utils/packet_builder.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/client_utils') 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 -- cgit 1.2.3-korg