diff options
author | imarom <imarom@cisco.com> | 2016-02-22 11:25:48 -0500 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-02-23 03:09:25 -0500 |
commit | eb899885b5e4c551550275e8aa46061aefd6b37e (patch) | |
tree | 41af73da0621ab3219940e2bfaa04bc98f6d1acf /scripts/automation/trex_control_plane/stl/console/trex_console.py | |
parent | d1360da9fbdda884f43400b98c022bbfccf523f4 (diff) |
some mods to the rate
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/console/trex_console.py')
-rwxr-xr-x | scripts/automation/trex_control_plane/stl/console/trex_console.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/console/trex_console.py b/scripts/automation/trex_control_plane/stl/console/trex_console.py index 9e9dcf62..0beb10df 100755 --- a/scripts/automation/trex_control_plane/stl/console/trex_console.py +++ b/scripts/automation/trex_control_plane/stl/console/trex_console.py @@ -532,7 +532,7 @@ class TRexConsole(TRexGeneralCmd): info = self.stateless_client.get_connection_info() exe = './trex-console --top -t -q -s {0} -p {1} --async_port {2}'.format(info['server'], info['sync_port'], info['async_port']) - cmd = ['xterm', '-geometry', '111x42', '-sl', '0', '-title', 'trex_tui', '-e', exe] + cmd = ['xterm', '-geometry', '111x47', '-sl', '0', '-title', 'trex_tui', '-e', exe] self.terminal = subprocess.Popen(cmd) return |