From Fedora Project Wiki

(draft a btrfs test for installer)
 
(change the associated test case, now targets Beta, after btrfs became the default)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:Associated_release_criterion|Beta|custom-partitioning}}
{{QA/Test_Case
{{QA/Test_Case
|description=A complete installation using the systems physical devices for the [[Btrfs]] filesystem. The detailed plan about btrfs filesystem on Fedora 16 can be found at [[Features/F16BtrfsDefaultFs|F16BtrfsDefaultFs]]
|description=A complete installation using the [[Btrfs]] filesystem for system partitions.
|setup=
{{Template:partitioning_single_setup}}
|actions=
|actions=
# Boot the installer using any available means ({{filename|netinst/boot.iso}}, PXE, or {{filename|DVD.iso}})
{{Template:partitioning_actions}}
# Proceed to the installation partition screen by selecting appropriate defaults
{{Template:Partitioning_single_custom_blank}}
# At the disk partitioning screen, select ''Next'' for anaconda defaults
# Pick 'btrfs' from the ''New mount points will use the following partitioning scheme:'' drop-down
#* Alternatively, choose ''Create Custom Layout'', and select ''Next''
# Click the ''Click here to create them automatically'' link
#* Place the root filesystem({{filename|/}}) on an btrfs formatted partition
{{Template:partitioning_actions_post}}
# Continue installation, choosing all provided defaults and selecting ''Next''
|results=
|results=
# Anaconda completes successfully
{{Template:partitioning_results}}
# Reboot successfully into installed system
# The default partitioning scheme will put the root file system on LVM
# {{filename|/}} is on a logical volume (e.g. /dev/VolGroup00/LogVol00)
|results=
# Anaconda completes successfully
# Reboot successfully into installed system
# Confirm that {{filename|/}} is formatted as btrfs
}}
}}
[[Category:Installer_Partitioning_Test_Cases]]
[[Category:Installer_Partitioning_Test_Cases]]
[[Category:btrfs]]

Latest revision as of 12:36, 10 September 2020

Note.png
Associated release criterion
This test case is associated with the Fedora_40_Beta_Release_Criteria#custom-partitioning 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 Btrfs filesystem for system partitions.

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 40+, 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 40+, 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. Pick 'btrfs' from the New mount points will use the following partitioning scheme: drop-down
  7. Click the Click here to create them automatically link
  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.