From Fedora Project Wiki

(Undo revision 400942 by Lnie (talk))
No edit summary
Line 1: Line 1:
{{Template:Associated_release_criterion|Final|disk-layouts}}
{{QA/Test_Case
{{QA/Test_Case
|description=An installation without specifying a swap partitionWhen a system has sufficient memory, the installer should warn, but not restrict this request.
|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]
|setup=
|setup=
{{Template:partitioning_single_setup}}
{{Template:partitioning_single_setup}}
Line 14: Line 15:
{{Template:partitioning_results}}
{{Template:partitioning_results}}
# Reboot successfully into installed system
# Reboot successfully into installed system
# Confirm that / is formatted as xfs filesystem
# Confirm that / is formatted as ext3 filesystem
}}
}}


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

Revision as of 04:48, 16 January 2015

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

A complete installation using the systems physical devices for the ext3 filesystem. A detailed look at the ext3 filesystem can be found at http://en.wikipedia.org/wiki/Ext3

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. Reboot successfully into installed system
  4. Confirm that / is formatted as ext3 filesystem