From f66f5108329609d5dc2834ec7f8d4128a62372a3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 26 Nov 2019 08:26:27 -0800 Subject: [PATCH] Tweak text_console_login match area On Rawhide Cloud_Base boots, there's some SSH key and network information printed above the 'login:' prompt, so we can't expect empty space there. Let's just hope not looking for the empty space doesn't break anything else. https://openqa.fedoraproject.org/tests/489003#step/_console_wait_login/7 Signed-off-by: Adam Williamson --- needles/console/text_console_login.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/needles/console/text_console_login.json b/needles/console/text_console_login.json index 8510f26d..cc2b9908 100644 --- a/needles/console/text_console_login.json +++ b/needles/console/text_console_login.json @@ -1,11 +1,11 @@ { "area": [ { - "height": 30, + "height": 15, "type": "match", - "width": 56, + "width": 61, "xpos": 72, - "ypos": 49 + "ypos": 64 } ], "properties": [], @@ -15,4 +15,4 @@ "ENV-DISTRI-fedora", "ENV-FLAVOR-develop" ] -} +} \ No newline at end of file