From Fedora Project Wiki
m (Adamwill moved page QA:Testcase Partitioning No Swap to QA:Testcase partitioning custom no swap: Let's go with a more consistent naming scheme here.) |
(mark as obsolete due to SwapOnZRAM feature in F33) |
||
Line 1: | Line 1: | ||
{{admon/note|Obsolete|As of Fedora 33, installations do not include a disk-based swap partition by default (instead, [[Changes/SwapOnZRAM]] is used), so this test case is obsolete. For a corresponding "with swap" test case, see [[QA:Testcase_partitioning_custom_with_swap]].}} | |||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=An installation without specifying a swap partition. When a system has sufficient memory, the installer should warn, but not restrict this request. | |description=An installation without specifying a swap partition. When a system has sufficient memory, the installer should warn, but not restrict this request. | ||
Line 16: | Line 18: | ||
}} | }} | ||
[[Category: | [[Category:Obsolete Test Cases]] |
Latest revision as of 21:07, 11 August 2020
Description
An installation without specifying a swap partition. When a system has sufficient memory, the installer should warn, but not restrict this request.
Setup
- 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
- 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.
- Proceed to the installer's main screen, making sensible choices, and enter the Installation Destination screen.
- Ensure only the single target device you prepared is selected as the installation target disk.
- Ensure the Custom option is selected under Storage Configuration, and complete this screen.
- On the MANUAL PARTITIONING screen, delete all existing partitions (if any).
- Click the Click here to create them automatically link
- Delete the swap partition that is automatically created
- Complete the installation process, making sensible selections for all other installer options.
- Boot the installed system.
Expected Results
- The expected partition layout should be created on the target device(s).
- The install process should complete successfully and the installed system should boot as expected.
- Anaconda should warn that system performance may suffer without a swap partition
- Anaconda should allow the installation to complete successfully for systems with sufficient system memory. For systems with insufficient memory, anaconda must require the presence of a
swap
partition. - No swap partition should be in use (you can check
/proc/swaps
)