1
0
forked from testing/wiki
testing-wiki/QA/Testcase_Update_Image.md
akatch bd35f0cef5 Testing: Installer Requirements (#28)
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
2022-07-08 19:01:59 -05:00

2.4 KiB

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

!!! info "Associated release criterion" This test case is associated with the Release_Criteria#Update Image 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 an update image can be loaded into Anaconda and applied during the install process.

{% include 'testing/qa_data_loss_warning.md' %}

Setup

{% include 'testing/qa_setup_boot_to_media.md' %}

  1. Hit the Tab key to edit the boot command

How to test

  1. Supply inst.updates=https://fedorapeople.org/groups/qa/updates/updates-openqa.img to the GRUB command line
  2. Boot into the installer as usual.
  3. In Anaconda, open the Installation Destination spoke.

Expected Results

  1. Within the Installation Destination spoke, the selected install disk should have a pink background === "FAIL" No update provided - FAIL{ loading=lazy }

=== "PASS" Update provided - PASS{ loading=lazy }

  1. If you cannot verify visually, check for the existence of /tmp/updates, which should contain updated source files if the update was successfully applied. Note that if the update image doesn't actually contain any source files, this directory will not be created.

Testing with openQA

The following openQA test suites satisfy this release criteria:

  • install_scsi_updates_img

Additional References

Red Hat Debug Boot Options
Fedora QA:Testcase Anaconda updates.img via URL
Fedora QA:Testcase Anaconda updates.img via local media

{% include 'testing/qa_testcase_bottom.md' %}