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 | |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 | # Boot the installer using any available means | ||
# | # Make sure your disk is not set to be encrypted | ||
# | # Select the appropriate disk, and continue installation | ||
# | # Use the "Reclaim Space" dialog to select partition to be used (shrink option) | ||
# | # Finish the instlalation, choosing all provided defaults | ||
|results= | |results= | ||
# Anaconda should prompt for an existing partition | # Anaconda should prompt for an existing partition(s) to reclaim | ||
# 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 | # 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
- 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
- Boot the installer using any available means
- Make sure your disk is not set to be encrypted
- Select the appropriate disk, and continue installation
- Use the "Reclaim Space" dialog to select partition to be used (shrink option)
- Finish the instlalation, choosing all provided defaults
Expected Results
- Anaconda should prompt for an existing partition(s) to reclaim
- Anaconda should successfully resize the selected partition(s)
- The system should install successfully
- After install, the system initiates boot properly