1
0
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:
Adam Williamson 2022-03-10 13:44:19 -08:00
parent 5a973454ba
commit 6b734bd9fa
4 changed files with 31 additions and 2 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 KiB

View File

@ -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

View File

@ -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 {