mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-05 05:21:23 +00:00
e9ce14a891
Summary: I started out wanting to fix an issue I noticed today where graphical upgrade tests were failing because they didn't wait for the graphical login screen properly; the test was sitting at the 'full Fedora logo' state of plymouth for a long time, so the current boot_to_login_screen's wait_still_screen was triggered by it and the function wound up failing on the assert_screen, because it was still some time before the real login screen appeared. So I tweaked the boot_to_login_screen implementation to work slightly differently (look for a login screen match, *then* - if we're dealing with a graphical login - wait_still_screen to defeat the 'old GPU buffer showing login screen' problem and assert the login screen again). But while working on it, I figured we really should consolidate all the various places that handle the bootloader -> login, we were doing it quite differently in all sorts of different places. And as part of that, I converted the base tests to use POSTINSTALL (and thus go through the shared _wait_login tests) instead of handling boot themselves. As part of *that*, I tweaked main.pm to not require all POSTINSTALL tests have the _postinstall suffix on their names, as it really doesn't make sense, and renamed the tests. Test Plan: Run all tests, see if they work. Reviewers: jskladan, garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D1015 |
||
---|---|---|
.. | ||
desktop_clean-20160901.json | ||
desktop_clean-20160901.png | ||
desktop_clean-cantarell18.json | ||
desktop_clean-cantarell18.png | ||
desktop_clean-cantarell20.json | ||
desktop_clean-cantarell20.png | ||
desktop_clean-cantarell21.json | ||
desktop_clean-cantarell21.png | ||
desktop_clean-fedora25.json | ||
desktop_clean-fedora25.png | ||
desktop_clean-freetype262.json | ||
desktop_clean-freetype262.png | ||
desktop_clean.json | ||
desktop_clean.png | ||
desktop_no_notifications.json | ||
desktop_no_notifications.png | ||
desktop_package_tool_update_apply.json | ||
desktop_package_tool_update_apply.png | ||
desktop_package_tool_update_refresh.json | ||
desktop_package_tool_update_refresh.png | ||
desktop_package_tool_update.json | ||
desktop_package_tool_update.png | ||
desktop_runner-cantarell17.json | ||
desktop_runner-cantarell17.png | ||
desktop_runner.json | ||
desktop_runner.png | ||
desktop_update_notification_only.json | ||
desktop_update_notification_only.png | ||
getting_started-20160901.json | ||
getting_started-20160901.png | ||
getting_started.json | ||
getting_started.png | ||
gnome_reboot_confirm.json | ||
gnome_reboot_confirm.png | ||
gnome_software_welcome.json | ||
gnome_software_welcome.png | ||
live_initial-20151204-lighter.json | ||
live_initial-20151204-lighter.png | ||
live_initial-20160409.json | ||
live_initial-20160409.png | ||
live_initial-gtk3195.json | ||
live_initial-gtk3195.png | ||
live_initial.json | ||
live_initial.png | ||
login_gdm_input-20160601.json | ||
login_gdm_input-20160601.png | ||
login_gdm_input-20160823.json | ||
login_gdm_input-20160823.png | ||
login_gdm_input.json | ||
login_gdm_input.png | ||
login_gdm.json | ||
login_gdm.png | ||
next_button-20160823.json | ||
next_button-20160823.png | ||
next_button-20160824.json | ||
next_button-20160824.png | ||
next_button.json | ||
next_button.png | ||
skip_button.json | ||
skip_button.png |