From Fedora Project Wiki

(fix macro name)
(associate to a Final criterion)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Template:Associated_release_criterion|Final|disk-layouts}}
{{QA/Test_Case
{{QA/Test_Case
|description=An installation which includes a disk-based swap partition (not included by default since Fedora 33).
|description=An installation which includes a disk-based swap partition (not included by default since Fedora 33).
Line 12: Line 13:
|results=
|results=
{{Template:partitioning_results}}
{{Template:partitioning_results}}
# The installation should complete successfully
# The installation should complete successfully.
# The disk-based swap partition should be active (you can check {{filename|/proc/swaps}} or the output of {{command|swapon --show}})
# The disk-based swap partition should be active (you can check {{filename|/proc/swaps}} or the output of {{command|swapon --show}}).
}}
}}


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

Latest revision as of 12:43, 10 September 2020

Note.png
Associated release criterion
This test case is associated with the Fedora_40_Final_Release_Criteria#disk-layouts release criterion. If you are doing release validation testing, a failure of this test case may be a breach of that release criterion. If so, please file a bug and nominate it as blocking the appropriate milestone, using the blocker bug nomination page.

Description

An installation which includes a disk-based swap partition (not included by default since Fedora 33).

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 Custom option is selected under Storage Configuration, 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. Reduce the size of the root partition so there is a gigabyte or two of unassigned space
  8. Create a new partition and set its mount point as swap (note: not /swap)
  9. Complete the installation process, making sensible selections for all other installer options.
  10. 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. The installation should complete successfully.
  4. The disk-based swap partition should be active (you can check /proc/swaps or the output of swapon --show).