From Fedora Project Wiki

(split media is gone)
No edit summary
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case tests the installers ability to shrink an existing partition and use the anaconda recommended partition defaults with the remaining free space.
|description=This test case tests the installer's ability to shrink partition and use the anaconda recommended partition defaults.
|setup=
# Start with a disk containing any combination of free space and previously created partitions (with filesystems). The free space itself should not be enough to install Fedora.
|actions=
|actions=
# Boot the installer using any available means (netinst/boot.iso, PXE or DVD)
# Boot the installer using any available means
# Proceed to the installation partition screen by selecting appropriate defaults.
# Make sure your disk is not set to be encrypted
# At the disk partitioning screen, select the partition layout ''Shrink current system'' select ''Next''
# Select the appropriate disk, and continue installation
# When prompted, select a previous disk partition to shrink
# Use the "Reclaim Space" dialog to select partition to be used (shrink option)
# Continue installation, choosing all provided defaults and selecting ''Next''
# Finish the instlalation, choosing all provided defaults
|results=
|results=
# Anaconda should prompt for an existing partition to resize
# Anaconda should prompt for an existing partition(s) to reclaim
# Anaconda should not allow the user to specify a size lower than the used disk space on the partition. (If such value is entered it should be ignored by the UI and a safe resize value provided instead).
# Anaconda should successfully resize the selected partition(s)
# Anaconda should successfully resize the selected partition
# The system should install successfully
# The system should install successfully
# After install, the system boots successfully
# After install, the system initiates boot properly
}}
}}
[[Category:Installer_Partitioning_Test_Cases]]
[[Category:Installer_Partitioning_Test_Cases]]
[[Category:Package_anaconda_test_cases]]

Revision as of 09:45, 20 November 2012

Description

This test case tests the installer's ability to shrink partition and use the anaconda recommended partition defaults.

Setup

  1. Start with a disk containing any combination of free space and previously created partitions (with filesystems). The free space itself should not be enough to install Fedora.

How to test

  1. Boot the installer using any available means
  2. Make sure your disk is not set to be encrypted
  3. Select the appropriate disk, and continue installation
  4. Use the "Reclaim Space" dialog to select partition to be used (shrink option)
  5. Finish the instlalation, choosing all provided defaults

Expected Results

  1. Anaconda should prompt for an existing partition(s) to reclaim
  2. Anaconda should successfully resize the selected partition(s)
  3. The system should install successfully
  4. After install, the system initiates boot properly