From Fedora Project Wiki

(Created page with '{{QA/Test_Case |description=This case tests upgrading from the current stable release ({{FedoraVersion|long}}) to the development release ({{FedoraVersion|long|next}}) while '''u...')
 
(s/fedup/dnf)
 
(3 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 from the current stable release ({{FedoraVersion|long}}) to the development release ({{FedoraVersion|long|next}}) while '''updating''' the existing bootloader configuration in '''text mode'''.
|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 in '''text mode'''.
|actions=
|actions=
# Perform a default installation of the previous Fedora release ({{FedoraVersion|long}})  
# Perform a default installation of the previous Fedora release ({{FedoraVersion|long}})  
# Do a full system update
# 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>.
# 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), passing the command line argument ''text''
# Boot the {{FedoraVersion|long|next}} installer using any available means ({{filename|boot.iso}}, PXE or {{filename|DVD.iso}}) , passing the command line argument ''text''
# After anaconda is started successfully, select default language,keyoard, and then select the system to be upgraded
# After anaconda is started successfully, select default language,keyoard, and then select the system to be upgraded
# Select '''Update boot loader configuration''' to upgrade
# Select '''Update boot loader configuration''' to upgrade
Line 15: Line 18:
# The system applications should work correctly
# The system applications should work correctly
}}
}}
 
[[Category:Obsolete_Test_Cases]]
[[Category:Upgrade_system]]

Latest revision as of 19:03, 2 November 2015

Note.png
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.


Description

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


How to test

  1. Perform a default installation of the previous Fedora release (Fedora 40)
  2. Do a full system update
  3. 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.
  4. Boot the Fedora 41 installer using any available means (boot.iso, PXE or DVD.iso) , passing the command line argument text
  5. After anaconda is started successfully, select default language,keyoard, and then select the system to be upgraded
  6. Select Update boot loader configuration to upgrade
  7. After upgrade finished, reboot the system
  8. Login upgraded system and perform some basic operations

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 system applications should work correctly