summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/examples/client_interactive_example.py
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-08-23 17:41:23 +0300
committerDan Klein <danklei@cisco.com>2015-08-23 17:41:23 +0300
commit49f6b00b58c3ec734218fcd69259771a42c157bd (patch)
treeab31e2286ad6d426c4b565ce0c07e6e1eff06f1c /scripts/automation/trex_control_plane/examples/client_interactive_example.py
parent405ba254de0c62ac9f4395d04f918a3749635808 (diff)
Added dkpt package, created basic shell for packetGen usage
Diffstat (limited to 'scripts/automation/trex_control_plane/examples/client_interactive_example.py')
-rwxr-xr-xscripts/automation/trex_control_plane/examples/client_interactive_example.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/examples/client_interactive_example.py b/scripts/automation/trex_control_plane/examples/client_interactive_example.py
index d45e4cef..dbca7615 100755
--- a/scripts/automation/trex_control_plane/examples/client_interactive_example.py
+++ b/scripts/automation/trex_control_plane/examples/client_interactive_example.py
@@ -13,7 +13,6 @@ import time
import socket
import errno
-
class InteractiveTRexClient(cmd.Cmd):
intro = termstyle.green("\nInteractive shell to play with Cisco's T-Rex API.\nType help to view available pre-defined scenarios\n(c) All rights reserved.\n")