1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-22 23:17:21 +00:00

Adapt for upgrade test.

This commit is contained in:
Lukas Ruzicka 2018-06-29 11:42:11 +02:00
parent 6d5d9e1a63
commit ca87523a5c
2 changed files with 7 additions and 2 deletions

View File

@ -25,8 +25,10 @@ sub run {
}
$wait_time = 300;
}
# Wait for the login screen
# Wait for the login screen unless it is not already booted
unless (get_var("ASSUME_BOOT")) {
boot_to_login_screen(timeout => $wait_time);
}
# GDM 3.24.1 dumps a cursor in the middle of the screen here...
mouse_hide;
# do user login unless USER_LOGIN is set to string 'false'

View File

@ -26,6 +26,9 @@ sub run {
assert_script_run $update_command, 600;
}
if (get_var("ASSUME_BOOT")) {
desktop_vt;
}
sub test_flags {
return { fatal => 1 };