mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
add BIOS font variant for 'user logged in' needle
Summary: As I figured out a while back, the seabios firmware font is nearly the same as our console font (eurlatgr) but not quite, significantly its @ character is different (shorter). We already have a root_logged_in variant for the firmware font, but we now need one for user_logged_in as well. The Atomic installer image has had the Linux console fonts stripped from its payload, so it's now using the firmware font, and user_ logged_in isn't matching - see https://openqa.fedoraproject.org/tests/461 . Test Plan: Run the cloud_atomic_canned test (on an F23 post-release nightly, as it's not appearing for Rawhide nightlies ATM) and confirm it now passes. Reviewers: garretraziel, jskladan Reviewed By: jskladan Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D684
This commit is contained in:
parent
fd2ed44162
commit
f34d01ee01
25
needles/user_logged_in-biosfont.json
Normal file
25
needles/user_logged_in-biosfont.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"user_logged_in",
|
||||||
|
"user_console",
|
||||||
|
"ENV-DISTRI-fedora",
|
||||||
|
"ENV-FLAVOR-server"
|
||||||
|
],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"ypos": 95,
|
||||||
|
"width": 41,
|
||||||
|
"height": 14,
|
||||||
|
"xpos": 7,
|
||||||
|
"type": "match"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"xpos": 136,
|
||||||
|
"ypos": 93,
|
||||||
|
"width": 17,
|
||||||
|
"height": 17,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/user_logged_in-biosfont.png
Normal file
BIN
needles/user_logged_in-biosfont.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 976 B |
Loading…
Reference in New Issue
Block a user