From Fedora Project Wiki
Description
This case tests upgrading a Fedora system from the stable release (e.g. Fedora 41) to the branched release (Fedora 42) using PreUpgrade-cli
.
How to test
- Perform an installation of the stable release (e.g. Fedora 41) with default partitioning (no less than 500MB for
/boot
). - Install the newest available version of
andpreupgrade
python-urlgrabber
- Run
preupgrade-cli
followed with a valid entry name from a command prompt, for example:preupgrade-cli "Fedora 14 (Laughlin)"
. You can also runpreupgrade-cli
first to check the available valid entries. - When the process completes, reboot the system.
- The system should perform the upgrade, and reboot into the new system automatically.
- Log in to upgraded system, run some system applications.
Expected Results
- The preupgrade utility will run to completion, without error
- The upgrade should complete and reboot without user assistance.
- The system should be upgraded to new version without error.
- The executed applications should display and work correctly.