From 4d3b3baf8f29bcd5d2ee8a8f575554068a9f8f15 Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Sun, 5 Mar 2017 12:36:58 +0200 Subject: 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 --- scripts/automation/trex_control_plane/stl/console/trex_tui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg