os-autoinst-distri-rocky/needles/console/user_logged_in.json
Adam Williamson e6913926b0 Tweak user_logged_in needles a bit
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.
2017-09-11 14:59:04 -07:00

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"
]
}