From Fedora Project Wiki

m (Adjust category)
(unify the steps of partition cases)
Line 2: Line 2:
|description=An installation without specifying a swap partition.  The installer should warn, but not restrict this request.
|description=An installation without specifying a swap partition.  The installer should warn, but not restrict this request.
|actions=
|actions=
# Start the installation program
# Boot the installer using any available means (boot.iso, PXE, CD or DVD)
# Request to auto partition the disk, but ask to review the selections
# Proceed to the installation partition screen by selecting appropriate defaults
# At the first disk partitioning screen, select '''Review and modify partitioning layout''', select ''Next''
# At the disk druid screen, remove the swap partition created by anaconda, and select OK to continue
# At the disk druid screen, remove the swap partition created by anaconda, and select OK to continue
# Complete the installation
# Complete the installation
Line 10: Line 11:
# Anaconda allows the installation to complete successfully
# Anaconda allows the installation to complete successfully
# Reboot successfully into installed system
# Reboot successfully into installed system
# Confirm that no swap partition is in use (/proc/swaps)
# Confirm that no swap partition is in use ({{filename|/proc/swaps}})
}}
}}


[[Category:Installer Partitioning Test Cases]]
[[Category:Installer Partitioning Test Cases]]

Revision as of 10:05, 13 June 2010

Description

An installation without specifying a swap partition. The installer should warn, but not restrict this request.


How to test

  1. Boot the installer using any available means (boot.iso, PXE, CD or DVD)
  2. Proceed to the installation partition screen by selecting appropriate defaults
  3. At the first disk partitioning screen, select Review and modify partitioning layout, select Next
  4. At the disk druid screen, remove the swap partition created by anaconda, and select OK to continue
  5. Complete the installation

Expected Results

  1. Anaconda warns that system performance may suffer without a swap partition
  2. Anaconda allows the installation to complete successfully
  3. Reboot successfully into installed system
  4. Confirm that no swap partition is in use (/proc/swaps)