mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-24 16:15:44 +00:00
Run desktop_login test on updates
It's a useful test. We have to skip the final power down, though, so _advisory_post can run. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5a973454ba
commit
6b734bd9fa
23
needles/kde/getting_started-kde-f42-20250724.json
Normal file
23
needles/kde/getting_started-kde-f42-20250724.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"xpos": 471,
|
||||
"height": 59,
|
||||
"type": "match",
|
||||
"width": 79,
|
||||
"ypos": 314
|
||||
},
|
||||
{
|
||||
"xpos": 211,
|
||||
"type": "match",
|
||||
"width": 15,
|
||||
"ypos": 633,
|
||||
"height": 16
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"DESKTOP-kde",
|
||||
"getting_started"
|
||||
]
|
||||
}
|
BIN
needles/kde/getting_started-kde-f42-20250724.png
Normal file
BIN
needles/kde/getting_started-kde-f42-20250724.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 445 KiB |
@ -319,6 +319,11 @@
|
||||
"fedora-updates-workstation-x86_64-*-64bit": 5
|
||||
}
|
||||
},
|
||||
"desktop_login": {
|
||||
"profile_groups": {
|
||||
"updates-desktops": 5
|
||||
}
|
||||
},
|
||||
"desktop_printing": {
|
||||
"profile_groups": {
|
||||
"updates-desktops": 5
|
||||
|
@ -347,8 +347,9 @@ sub run {
|
||||
# we kept open should be there
|
||||
check_user_logged_in(user => "jack", termopen => 1);
|
||||
}
|
||||
# Power off the machine
|
||||
power_off();
|
||||
# Power off the machine (unless this is an update test - we need to
|
||||
# run post steps in that case)
|
||||
power_off() unless (get_var("ADVISORY_OR_TASK"));
|
||||
}
|
||||
|
||||
sub test_flags {
|
||||
|
Loading…
Reference in New Issue
Block a user