wiki/docs/documentation/QA/Testcase_Disk_Layouts.md

2.6 KiB

title author revision_date rc
QA:Testcase Disk Layouts Al Bowles 2022-07-08
prod ver level
Rocky Linux
8
9
Final

!!! info "Associated release criterion" This test case is associated with the 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.

Description

This test case verifies successful installation to any supported partition layout using any file system or format combination.

{% include 'qa_data_loss_warning.md' %}

Setup

{% include 'qa_setup_boot_to_media.md' %}

How to test

  1. Select the Installation Destination spoke.
  2. Select the volumes to which the operating system should be installed.
  3. Select the Custom radio button under the Storage Configuration section, then click "Done".
  4. For each volume, perform these steps:
    1. Choose the desired partitioning scheme from the dropdown menu. Supported options are Standard Partition, LVM, and LVM Thin Provisioning.
    2. Select the "Encrypt my data" checkbox to create an encrypted filesystem.
    3. Select the plus (+) button in the lower left hand corner to add a partition.
    4. Define the desired mount point and volume capacity, then click "Add mount point".
    5. Set the device type. Supported options are LVM, RAID, Standard Partition, and LVM Thin Provisioning.
    6. If device type was set to RAID, select the RAID level. Supported options are RAID0, RAID1, RAID4, RAID5, RAID6, and RAID10.
    7. Set the filesystem type. Supported options are BIOS Boot, ext2, ext3, ext4, swap, vfat, and xfs.
    8. In supported cases you may choose to disable formatting of existing partitions by unchecking the Reformat checkbox.
  5. When all partitions have been created, click the blue Done button in the upper left corner.
  6. Review the Summary of Changes dialog, then click Accept Changes.
  7. Continue the installation as normal.

Expected Results

  1. The installation should complete successfully and boot to the appropriate disk.
  2. The specified filesystem type and partition scheme should be used.
  3. If configured, software RAID should function as expected.

Testing with openQA

The following openQA test suites satisfy this release criteria:

  • install_standard_partition_ext4
  • install_custom_gui_standard_partition_ext4
  • install_lvm_ext4
  • install_custom_gui_lvm_ext4
  • install_software_raid
  • install_custom_gui_software_raid
  • install_xfs
  • install_custom_gui_xfs
  • install_lvmthin
  • install_multi
  • install_multi_empty

{% include 'qa_testcase_bottom.md' %}