forked from testing/wiki
bd35f0cef5
feat: Testcase documentation for Installer Requirements Includes the following: - [x] Media Consistency Verification - [x] Packages and Installer Sources - [x] Installation Interfaces - [x] Minimal Installation - [x] Kickstart Installation - [x] Disk Layouts - [x] Bootloader Disk Selection - [x] Storage Volume Resize - [x] Update Image - [x] Installer Help - [x] Installer Translations
2.4 KiB
2.4 KiB
title | author | revision_date | rc | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
QA:Testcase Storage Volume Resize | Al Bowles | 2022-07-08 |
|
!!! info "Associated release criterion" This test case is associated with the Release_Criteria#Storage Volume Resize 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 that the installer will successfully resize or delete and overwrite existing partitions on storage volumes.
{% include 'testing/qa_data_loss_warning.md' %}
Setup
{% include 'testing/qa_setup_boot_to_media.md' %}
How to test
Resize
- From the Installation Destination spoke, in the Storage Configuration section, select the Custom radio button, then click Done.
- Expand the list of available partitions by clicking the black arrow to the left of the release version and architecture.
- Select the partition you wish to resize. Be sure to uncheck the Reformat checkbox if you wish to resize without reformatting the partition.
- Click the Update Settings button to save your settings.
- Click the + button to create a new partition off of the existing partition. Provide a mount point and desired capacity, then click Add Mount Point.
- Repeat as necessary for additional partitions, or click Done to return to the Anaconda main hub.
Delete
- From the Installation Destination spoke, in the Storage Configuration section, select the Automatic radio button, then click Done.
- You should be presented with an "Installation Options" dialog, indicating the amount of disk space that is available for use and available to reclaim.
- Click the Reclaim Space button.
- Select a partition, then click the Delete button to delete the partition and reclaim the space.
- Alternatively, click the Delete All button to delete all existing partitions.
- When you have finished, click the Reclaim Space button to reclaim available free space.
Expected Results
- The installation should complete and boot successfully.
- Resized partitions should correctly reflect the desired size. This may be verified using the
lsblk
command. - Deleted partitions should no longer exist.
Testing in openQA
The following openQA test suites satisfy this release criteria:
install_delete_partial
install_delete_pata
install_resize_lvm
{% include 'testing/qa_testcase_bottom.md' %}