From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=This case tests upgrading a Fedora system from the previous stable release ({{FedoraVersion|long|previous}}) to the development release (Rawhide/{{Fed...') |
No edit summary |
||
Line 3: | Line 3: | ||
|actions= | |actions= | ||
# Perform an installation of the previous stable release (e.g. {{FedoraVersion|long|previous}}) with default partitioning (no less than 200MB for <code>/boot</code>). | # Perform an installation of the previous stable release (e.g. {{FedoraVersion|long|previous}}) with default partitioning (no less than 200MB for <code>/boot</code>). | ||
# To model a real-world use case, ensure there are a total of '''three''' kernels installed on the system. You can locate and download older kernels from the [http://koji.fedoraproject.org/koji/packageinfo?packageID=8 koji build system] or by using a {{command|koji}}. For example, the following commands will list available kernels and download a specified kernel package from koji. | |||
#:<pre> | |||
#: # yum install koji | |||
#: # koji list-tagged --quiet dist-f11-updates kernel | |||
#: # koji download-build --arch $(uname -p) --arch noarch kernel-2.6.30.5-43.fc11 | |||
#:</pre> | |||
# Install the newest available version of {{package|preupgrade}}. | # Install the newest available version of {{package|preupgrade}}. | ||
# Run <code>preupgrade</code> from a command prompt or the ''Run Application'' dialog. Provide the requested password for root authorization. | # Run <code>preupgrade</code> from a command prompt or the ''Run Application'' dialog. Provide the requested password for root authorization. |
Revision as of 03:29, 18 November 2009
Description
This case tests upgrading a Fedora system from the previous stable release (Fedora 40) to the development release (Rawhide/Fedora 42) using PreUpgrade.
How to test
- Perform an installation of the previous stable release (e.g. Fedora 40) with default partitioning (no less than 200MB for
/boot
). - To model a real-world use case, ensure there are a total of three kernels installed on the system. You can locate and download older kernels from the koji build system or by using a
koji
. For example, the following commands will list available kernels and download a specified kernel package from koji.- # yum install koji
- # koji list-tagged --quiet dist-f11-updates kernel
- # koji download-build --arch $(uname -p) --arch noarch kernel-2.6.30.5-43.fc11
- Install the newest available version of
preupgrade
. - Run
preupgrade
from a command prompt or the Run Application dialog. Provide the requested password for root authorization. - On the "Choose desired release" screen, enable "unstable test releases".
- Choose Rawhide from the list of available upgrade targets.
- Click Apply.
- When the process completes, click Reboot.
- The system should reboot, perform the upgrade, and reboot into the new system automatically.
- Log in to upgraded system, open a terminal, file browser, or other system applications.
Expected Results
- The upgrade should complete and reboot without user assistance.
- The system should be upgraded to new version without error.
- The opened terminal, file browser, or other system applications should display and work correctly.