STL TUI: reduce the requirement for number of lines as we use 2 columns now in genera...
authorYaroslav Brustinov <[email protected]>
Sun, 5 Mar 2017 10:36:58 +0000 (12:36 +0200)
committerYaroslav Brustinov <[email protected]>
Sun, 5 Mar 2017 10:36:58 +0000 (12:36 +0200)
Change-Id: Ifbb060032fcffa982b4ab789d91c8b178b0a9027
Signed-off-by: Yaroslav Brustinov <[email protected]>
scripts/automation/trex_control_plane/stl/console/trex_tui.py

index b7a235d..5e79c20 100644 (file)
@@ -550,7 +550,7 @@ class TrexTUI():
     STATE_RECONNECT  = 2
     is_graph = False
 
-    MIN_ROWS = 50
+    MIN_ROWS = 45
     MIN_COLS = 111