1
0
forked from testing/wiki
testing-wiki/QA/Testcase_Kickstart_Installation.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

1.5 KiB

title author revision_date rc
QA:Testcase Kickstart Installation 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#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

  1. Copy a valid Kickstart file to a USB stick
  2. Connect the USB stick to the test system {% include 'testing/qa_setup_boot_to_media.md' %}
  3. Hit the Tab key to edit the boot command
  4. 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 option inst.ks=https://dl.rockylinux.org/remote.ks.

How to test

  1. Continue booting the installer as normal.

Expected Results

  1. 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' %}