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
1.5 KiB
1.5 KiB
title | author | revision_date | rc | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
QA:Testcase Kickstart Installation | Al Bowles | 2022-07-08 |
|
!!! info "Associated release criterion" This test case is associated with the Release_Criteria#Kickstart Installation 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 installations via both local and remote Kickstart configuration files are successful.
{% include 'testing/qa_data_loss_warning.md' %}
Setup
- Copy a valid Kickstart file to a USB stick
- Connect the USB stick to the test system {% include 'testing/qa_setup_boot_to_media.md' %}
- Hit the Tab key to edit the boot command
- Provide a local Kickstart file by supplying the GRUB boot option
inst.ks=file:/path/to/local.ks
or a remote Kickstart file by supplying the GRUB boot optioninst.ks=https://dl.rockylinux.org/remote.ks
.
How to test
- Continue booting the installer as normal.
Expected Results
- The installation should complete and boot successfully, automatically populating the options specified in the Kickstart file.
Testing in openQA
The following openQA test suites satisfy this release criteria:
install_kickstart_nfs
server_realmd_join_kickstart
{% include 'testing/qa_testcase_bottom.md' %}