mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-11-12 04:55:58 +00:00
Summary: I really just want to add the desktop_terminal test, but I think this refactor is in order now. It splits up loading of the various test phases (much as SUSE do it) and allows us to run the post-install tests without the install tests, for e.g. I tweaked things to allow the upgrade tests to use the existing _wait_login tests for final login and combine the two upgrade postinstall tests into one simple one. This comes with a bit of a behaviour change to make graphical wait login behave the same as console wait login: it will log in unless USER_LOGIN is set to 'false'. Previously it only logged in if both USER_LOGIN and USER_PASSWORD were set, which I don't think ever happened in a graphical test, so we never actually did a graphical login. The intent here is we should do a login on the default_install tests. That's going a bit beyond the test case, but it seems like a reasonable thing to test. We can set USER_LOGIN to false if we don't want to do it. Test Plan: Do a full test run, make sure the new tests work and no old tests break. Reviewers: jskladan, garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D839 |
||
|---|---|---|
| .. | ||
| _boot_to_anaconda.pm | ||
| _console_shutdown.pm | ||
| _console_wait_login.pm | ||
| _do_install_and_reboot.pm | ||
| _graphical_wait_login.pm | ||
| _software_selection.pm | ||
| base_selinux.pm | ||
| base_service_manipulation.pm | ||
| base_services_start.pm | ||
| desktop_terminal_postinstall.pm | ||
| disk_custom_btrfs.pm | ||
| disk_custom_ext3.pm | ||
| disk_custom_lvmthin.pm | ||
| disk_custom_no_swap.pm | ||
| disk_custom_software_raid_postinstall.pm | ||
| disk_custom_software_raid.pm | ||
| disk_custom_xfs.pm | ||
| disk_guided_delete_all.pm | ||
| disk_guided_delete_partial_postinstall.pm | ||
| disk_guided_delete_partial.pm | ||
| disk_guided_empty.pm | ||
| disk_guided_encrypted_postinstall.pm | ||
| disk_guided_encrypted.pm | ||
| disk_guided_free_space_postinstall.pm | ||
| disk_guided_multi_empty_all_postinstall.pm | ||
| disk_guided_multi_empty_all.pm | ||
| disk_guided_multi_postinstall.pm | ||
| disk_guided_multi.pm | ||
| disk_guided_shrink_postinstall.pm | ||
| disk_guided_shrink.pm | ||
| firewall_configured_postinstall.pm | ||
| firewall_disabled_postinstall.pm | ||
| freeipa_client_postinstall.pm | ||
| install_source_graphical.pm | ||
| install_source_variation.pm | ||
| role_deploy_domain_controller.pm | ||
| uefi_postinstall.pm | ||
| upgrade_postinstall.pm | ||
| upgrade_preinstall.pm | ||
| upgrade_run.pm | ||