forked from testing/wiki
2.6 KiB
2.6 KiB
title | author | revision_date | rc | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
QA:Testcase Disk Layouts | Al Bowles | 2022-07-08 |
|
!!! 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 'testing/qa_data_loss_warning.md' %}
Setup
{% include 'testing/qa_setup_boot_to_media.md' %}
How to test
- Select the Installation Destination spoke.
- Select the volumes to which the operating system should be installed.
- Select the Custom radio button under the Storage Configuration section, then click "Done".
- For each volume, perform these steps:
- Choose the desired partitioning scheme from the dropdown menu. Supported options are Standard Partition, LVM, and LVM Thin Provisioning.
- Select the "Encrypt my data" checkbox to create an encrypted filesystem.
- Select the plus (+) button in the lower left hand corner to add a partition.
- Define the desired mount point and volume capacity, then click "Add mount point".
- Set the device type. Supported options are LVM, RAID, Standard Partition, and LVM Thin Provisioning.
- If device type was set to RAID, select the RAID level. Supported options are RAID0, RAID1, RAID4, RAID5, RAID6, and RAID10.
- Set the filesystem type. Supported options are BIOS Boot, ext2, ext3, ext4, swap, vfat, and xfs.
- In supported cases you may choose to disable formatting of existing partitions by unchecking the Reformat checkbox.
- When all partitions have been created, click the blue Done button in the upper left corner.
- Review the Summary of Changes dialog, then click Accept Changes.
- Continue the installation as normal.
Expected Results
- The installation should complete successfully and boot to the appropriate disk.
- The specified filesystem type and partition scheme should be used.
- 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 'testing/qa_testcase_bottom.md' %}