diff options
author | Dan Klein <danklei@danklei-WS04.cisco.com> | 2015-07-15 17:29:19 +0300 |
---|---|---|
committer | Dan Klein <danklei@danklei-WS04.cisco.com> | 2015-07-15 17:29:19 +0300 |
commit | 405ba254de0c62ac9f4395d04f918a3749635808 (patch) | |
tree | 9b006f3d5d6987c6cfbb857446c1f89371200b91 /scripts/automation | |
parent | f66c121432494744adc75c7df0224326ab3aab4d (diff) |
Added another fix to client interactive example.
Diffstat (limited to 'scripts/automation')
-rwxr-xr-x | scripts/automation/trex_control_plane/examples/client_interactive_example.py | 3 |
1 files changed, 1 insertions, 2 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 d40d08c6..d45e4cef 100755 --- a/scripts/automation/trex_control_plane/examples/client_interactive_example.py +++ b/scripts/automation/trex_control_plane/examples/client_interactive_example.py @@ -23,8 +23,7 @@ class InteractiveTRexClient(cmd.Cmd): cmd.Cmd.__init__(self) self.verbose = verbose_mode self.trex = CTRexClient(trex_host, max_history_size, trex_daemon_port = trex_port, verbose = verbose_mode) - self.DEFAULT_RUN_PARAMS = dict(c = 4, - m = 1.5, + self.DEFAULT_RUN_PARAMS = dict( m = 1.5, nc = True, p = True, d = 100, |