From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=This case tests upgrading a Fedora system with an encrypted root filesystem from the current stable release ({{FedoraVersion|long}}) to the developmen...') |
(s/fedup/dnf) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{admon/note|Obsolete|As of Fedora 18, installer-based upgrades have been replaced by [[FedUp]], which was itself replaced by the [[DNF_system_upgrade]] plugin. See [[:Category:Upgrade_system]].}} | |||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This case tests upgrading a Fedora system with an encrypted root filesystem from the current stable release ({{FedoraVersion|long}}) to the development release ({{FedoraVersion|long|next}}). | |description=This case tests upgrading a Fedora system with an encrypted root filesystem from the current stable release ({{FedoraVersion|long}}) to the development release ({{FedoraVersion|long|next}}). | ||
|actions= | |actions= | ||
# Perform an installation of the previous release (e.g. {{FedoraVersion|long}}) with encrypted root (see [[QA:Testcase Anaconda autopart (encrypted) install]]) | # Perform an installation of the previous release (e.g. {{FedoraVersion|long}}) with encrypted root (see [[QA:Testcase Anaconda autopart (encrypted) install]]) | ||
# Boot the current release (e.g. {{FedoraVersion|long|next}}) using any available means (boot.iso, PXE | # Do a full system update | ||
# Select appropriate language and keyboard | # Boot the current release (e.g. {{FedoraVersion|long|next}}) using any available means ({{filename|boot.iso}}, PXE or {{filename|DVD.iso}}) | ||
# When prompted, provide the password for the root filesystem | # Select appropriate language and keyboard | ||
# When prompted, provide the password for the root filesystem | |||
# Select ''Upgrade an existing installation'' | # Select ''Upgrade an existing installation'' | ||
# Select | # Select '''Create new boot loader configuration''' to update | ||
# After upgrade finished, reboot the system | # After upgrade finished, reboot the system | ||
# | # Login upgraded system and perform some basic desktop operations | ||
#* Open a terminal | |||
#* Open file browser | |||
#* or other system applications | |||
|results= | |results= | ||
# The system should be upgraded to new version without error | # The system should be upgraded to new version without error | ||
Line 15: | Line 21: | ||
# The opened terminal, file browser, or other system applications should display and work correctly | # The opened terminal, file browser, or other system applications should display and work correctly | ||
}} | }} | ||
[[Category: | [[Category:Obsolete_Test_Cases]] |
Latest revision as of 19:02, 2 November 2015
Description
This case tests upgrading a Fedora system with an encrypted root filesystem from the current stable release (Fedora 41) to the development release (Fedora 42).
How to test
- Perform an installation of the previous release (e.g. Fedora 41) with encrypted root (see QA:Testcase Anaconda autopart (encrypted) install)
- Do a full system update
- Boot the current release (e.g. Fedora 42) using any available means (
boot.iso
, PXE orDVD.iso
) - Select appropriate language and keyboard
- When prompted, provide the password for the root filesystem
- Select Upgrade an existing installation
- Select Create new boot loader configuration to update
- After upgrade finished, reboot the system
- Login upgraded system and perform some basic desktop operations
- Open a terminal
- Open file browser
- or other system applications
Expected Results
- The system should be upgraded to new version without error
- The system can boot into new version fedora without error
- The opened terminal, file browser, or other system applications should display and work correctly