mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-29 00:16:30 +00:00
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 <awilliam@redhat.com>
This commit is contained in:
parent
84a065296c
commit
f66f510832
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"area": [
|
"area": [
|
||||||
{
|
{
|
||||||
"height": 30,
|
"height": 15,
|
||||||
"type": "match",
|
"type": "match",
|
||||||
"width": 56,
|
"width": 61,
|
||||||
"xpos": 72,
|
"xpos": 72,
|
||||||
"ypos": 49
|
"ypos": 64
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"properties": [],
|
"properties": [],
|
||||||
|
Loading…
Reference in New Issue
Block a user