forked from testing/wiki
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 'qa_data_loss_warning.md' %}
Setup
- Copy a valid Kickstart file to a USB stick
- Connect the USB stick to the test system {% include '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://git.resf.org/testing/createhdds/raw/branch/rocky/server.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 'qa_testcase_bottom.md' %}