From Fedora Project Wiki

m (Use FedoraVersion template)
m (typo)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= Description =
{{QA/Test_Case
This case tests upgrading from the current stable release ({{FedoraVersion|long}}) to the development release ({{FedoraVersion|long|next}}) while skipping any updates to the existing bootloader configuration.
|description=This case tests upgrading from the current stable release ({{FedoraVersion|long}}) to the development release ({{FedoraVersion|long|next}}) while '''skipping''' any updates to the existing bootloader configuration.
 
|actions=
= Steps To Reproduce =
# 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}}) and verify it works correctly
# Boot the {{FedoraVersion|long|next}} installer using any available means (boot.iso, DVD, CD or PXE)
# Do a full system update
# After anaconda is started successfully,select default language,keyoard, and then select "Upgrade an existing installation"
# Take a note of the bootloader configuration prior to upgrade
#  Select "Skip bootloader updating" to upgrade
# Boot the {{FedoraVersion|long|next}} installer using any available means ({{filename|boot.iso}}, PXE or {{filename|DVD.iso}})
# After upgrade finished, reboot the system
# After anaconda is started successfully,select default language, keyboard, and then select ''Upgrade an existing installation''
# Login upgraded system and perform some basic desktop operations
#  Select '''Skip bootloader updating''' to upgrade
#* Open a terminal
# After upgrade finished, examine bootloader configuration, compare to bootloader configuration prior to upgrade
#* Open file browser
# Make any necessary manual changes to bootloader configuration to render system bootable
#* or other system applications
# Boot and test the system
 
|results=
= Expected 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 system can boot into new version fedora without error
# The previous bootloader configuration should be left completely untouched, even if it is now invalid (unbootable)
# The opened terminal, file browser, or other system applications should display and work correctly
# After any necessary manual bootloader re-configuration to render the system bootable again, it should boot and work without problems
 
}}


[[Category:Upgrade_system]]
[[Category:Upgrade_system]]

Revision as of 13:00, 22 May 2012

Description

This case tests upgrading from the current stable release (Fedora 39) to the development release (Fedora 40) while skipping any updates to the existing bootloader configuration.


How to test

  1. Perform a default installation of the previous Fedora release (Fedora 39) and verify it works correctly
  2. Do a full system update
  3. Take a note of the bootloader configuration prior to upgrade
  4. Boot the Fedora 40 installer using any available means (boot.iso, PXE or DVD.iso)
  5. After anaconda is started successfully,select default language, keyboard, and then select Upgrade an existing installation
  6. Select Skip bootloader updating to upgrade
  7. After upgrade finished, examine bootloader configuration, compare to bootloader configuration prior to upgrade
  8. Make any necessary manual changes to bootloader configuration to render system bootable
  9. Boot and test the system

Expected Results

  1. The system should be upgraded to Fedora 40 version without error
  2. The previous bootloader configuration should be left completely untouched, even if it is now invalid (unbootable)
  3. After any necessary manual bootloader re-configuration to render the system bootable again, it should boot and work without problems