From: Yaroslav Brustinov Date: Sun, 5 Mar 2017 10:36:58 +0000 (+0200) Subject: STL TUI: reduce the requirement for number of lines as we use 2 columns now in genera... X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=4d3b3baf8f29bcd5d2ee8a8f575554068a9f8f15;p=trex.git STL TUI: reduce the requirement for number of lines as we use 2 columns now in general stats Change-Id: Ifbb060032fcffa982b4ab789d91c8b178b0a9027 Signed-off-by: Yaroslav Brustinov --- diff --git a/scripts/automation/trex_control_plane/stl/console/trex_tui.py b/scripts/automation/trex_control_plane/stl/console/trex_tui.py index b7a235de..5e79c20d 100644 --- a/scripts/automation/trex_control_plane/stl/console/trex_tui.py +++ b/scripts/automation/trex_control_plane/stl/console/trex_tui.py @@ -550,7 +550,7 @@ class TrexTUI(): STATE_RECONNECT = 2 is_graph = False - MIN_ROWS = 50 + MIN_ROWS = 45 MIN_COLS = 111