mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-01 05:54:22 +00:00
e6913926b0
Matching on the user name really isn't doing much good. It just means we need more variant needles. Let's ditch that part of the match and just match on the distinctive character sequence ~]$, which doesn't really occur for any other reason. With this we can drop the separate 'qwerty' needle (since the qwerty case will match the regular needle now) and should also handle the FreeIPA tests that are failing in Rawhide because a logged in FreeIPA user doesn't just have a sh prompt now.
17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"area": [
|
|
{
|
|
"height": 14,
|
|
"type": "match",
|
|
"width": 27,
|
|
"xpos": 126,
|
|
"ypos": 96
|
|
}
|
|
],
|
|
"tags": [
|
|
"user_logged_in",
|
|
"user_console",
|
|
"ENV-DISTRI-fedora",
|
|
"ENV-FLAVOR-server"
|
|
]
|
|
} |