mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-01 03:21:24 +00:00
9b91c839a7
There's a bug in current Rawhide causing sourcing of /etc/bashrc to fail when logging in as a regular user. This results in the bash prompt looking different, which is currently a hard fail, and causes most tests to die. It's better to treat this as a soft fail so the rest of the test can run. So add a needle to spot this case, and a little finish function the console login function calls whenever it's successfully logged in, to check whether it got the no-profile prompt and register a soft fail.
19 lines
272 B
JSON
19 lines
272 B
JSON
{
|
|
"area": [
|
|
{
|
|
"type": "match",
|
|
"ypos": 127,
|
|
"xpos": 1,
|
|
"height": 16,
|
|
"width": 80
|
|
}
|
|
],
|
|
"properties": [],
|
|
"tags": [
|
|
"ENV-DISTRI-fedora",
|
|
"bash_noprofile",
|
|
"user_console",
|
|
"user_logged_in"
|
|
]
|
|
}
|