From Fedora Project Wiki

m (Use Test_Case template)
m (Update based on feedback from anaconda-devel)
Line 2: Line 2:
|description=This case tests upgrading from the current stable release ({{FedoraVersion|long}}) to the development release ({{FedoraVersion|long|next}}) while '''updating''' the existing bootloader configuration.
|description=This case tests upgrading from the current stable release ({{FedoraVersion|long}}) to the development release ({{FedoraVersion|long|next}}) while '''updating''' the existing bootloader configuration.
|actions=
|actions=
# Perform a default installation of the previous Fedora release ({{FedoraVersion|long}}) and verify it works correctly
# Perform a default installation of the previous Fedora release ({{FedoraVersion|long}})  
# Modify the bootloader configuration (e.g. grub.conf, yaboot.conf, elilo.conf or zipl.conf depending on your platform).  Append several useless kernel arguments and increase the boot timeout.  You're looking to make enough changes that you can verify they remain after the upgrade.  For example, considering adding a kernel boot arguments: <code>TESTING=cool ABC</code>.
# Boot the {{FedoraVersion|long|next}} installer using any available means (boot.iso, DVD, CD or PXE)
# Boot the {{FedoraVersion|long|next}} installer using any available means (boot.iso, DVD, CD or PXE)
# After anaconda is started successfully,select default language,keyoard, and then select "Upgrade an existing installation"
# After anaconda is started successfully,select default language,keyoard, and then select "Upgrade an existing installation"
Line 13: Line 14:
|results=
|results=
# The system should be upgraded to {{FedoraVersion|long|next}} version without error
# The system should be upgraded to {{FedoraVersion|long|next}} version without error
# The bootloader configuration changes are present in the upgraded system
# The system can boot into new version fedora 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
# The opened terminal, file browser, or other system applications should display and work correctly

Revision as of 17:03, 21 May 2009

Description

This case tests upgrading from the current stable release (Fedora 40) to the development release (Fedora 41) while updating the existing bootloader configuration.


How to test

  1. Perform a default installation of the previous Fedora release (Fedora 40)
  2. Modify the bootloader configuration (e.g. grub.conf, yaboot.conf, elilo.conf or zipl.conf depending on your platform). Append several useless kernel arguments and increase the boot timeout. You're looking to make enough changes that you can verify they remain after the upgrade. For example, considering adding a kernel boot arguments: TESTING=cool ABC.
  3. Boot the Fedora 41 installer using any available means (boot.iso, DVD, CD or PXE)
  4. After anaconda is started successfully,select default language,keyoard, and then select "Upgrade an existing installation"
  5. Select "Update boot loader configuration" to upgrade
  6. After upgrade finished, reboot the system
  7. Login upgraded system and perform some basic desktop operations
    • Open a terminal
    • Open file browser
    • or other system applications

Expected Results

  1. The system should be upgraded to Fedora 41 version without error
  2. The bootloader configuration changes are present in the upgraded system
  3. The system can boot into new version fedora without error
  4. The opened terminal, file browser, or other system applications should display and work correctly