From: Dan Klein Date: Wed, 15 Jul 2015 14:29:19 +0000 (+0300) Subject: Added another fix to client interactive example. X-Git-Tag: v1.76~18^2~8 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=405ba254de0c62ac9f4395d04f918a3749635808;p=trex.git Added another fix to client interactive example. --- 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,