From Fedora Project Wiki

(adjust associated_release_criterion template invocation)
No edit summary
Line 1: Line 1:
{{Template:Associated_release_criterion|Final|disk-layouts}}
{{QA/Test_Case
{{QA/Test_Case
|description=A complete installation using the systems physical devices for the ext3 filesystemA detailed look at the ext3 filesystem can be found at  [http://en.wikipedia.org/wiki/Ext3 http://en.wikipedia.org/wiki/Ext3]
|description=An installation without specifying a swap partitionWhen a system has sufficient memory, the installer should warn, but not restrict this request.
|setup=
{{Template:partitioning_single_setup}}
|actions=
|actions=
#Boot the installer using any available means (netinst/boot.iso, PXE, or DVD)
{{Template:partitioning_actions}}
#In the INSTALLATION SUMMARY screen, do [[QA:Anaconda partitioning#custom|custom partitioning]]
# Ensure only the single target device you prepared is selected as the installation target disk.
#At the Manual Partitioning screen, place the root filesystem(/) on an ext3 formatted partition,and proceed with installation
# Ensure the option to configure partitioning yourself is selected,and complete this screen.
#Complete the installation
# On the ''MANUAL PARTITIONING'' screen, delete all existing partitions (if any).
# Click the ''Click here to create them automatically'' link
# Place the root filesystem(/) on an ext3 formatted partition
{{Template:partitioning_actions_post}}
|results=
|results=
# Anaconda completes successfully
{{Template:partitioning_results}}
# Anaconda warns that system performance may suffer without a swap partition
# Anaconda allows the installation to complete successfully for systems with sufficient system memory (consult the [http://docs.fedoraproject.org/en-US/Fedora/16/html/Release_Notes/sect- Release_Notes-Welcome_to_Fedora_16.html#sect-Release_Notes-Hardware_Overview Hardware Overview section of the release notes] for minimum hardware requirements).  For systems with insufficient memory, anaconda must require the presence of a {{filename|swap}} partition.
# Reboot successfully into installed system
# Reboot successfully into installed system
# Confirm that rootfs partition is formatted as ext3 and is not a LVM or RAID volume
# Confirm that no swap partition is in use ({{filename|/proc/swaps}})
}}
}}


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

Revision as of 04:36, 16 January 2015

Description

An installation without specifying a swap partition. When a system has sufficient memory, the installer should warn, but not restrict this request.

Setup

  1. Prepare a test system with a working, supported storage device of sufficient size for a Fedora install, and a Fedora installation medium that uses the GTK-based installer. Do not use Fedora Workstation live on Fedora 41+, as that uses the webui-based installer.

How to test

  1. Boot the GTK-based installer using any available means. Do not use Fedora Workstation live on Fedora 41+, as that uses the webui-based installer.
  2. Proceed to the installer's main screen, making sensible choices, and enter the Installation Destination screen.
  3. Ensure only the single target device you prepared is selected as the installation target disk.
  4. Ensure the option to configure partitioning yourself is selected,and complete this screen.
  5. On the MANUAL PARTITIONING screen, delete all existing partitions (if any).
  6. Click the Click here to create them automatically link
  7. Place the root filesystem(/) on an ext3 formatted partition
  8. Complete the installation process, making sensible selections for all other installer options.
  9. Boot the installed system.

Expected Results

  1. The expected partition layout should be created on the target device(s).
  2. The install process should complete successfully and the installed system should boot as expected.
  3. Anaconda warns that system performance may suffer without a swap partition
  4. Anaconda allows the installation to complete successfully for systems with sufficient system memory (consult the Release_Notes-Welcome_to_Fedora_16.html#sect-Release_Notes-Hardware_Overview Hardware Overview section of the release notes for minimum hardware requirements). For systems with insufficient memory, anaconda must require the presence of a swap partition.
  5. Reboot successfully into installed system
  6. Confirm that no swap partition is in use (/proc/swaps)