[9.0 Release Issues] Test Suite: Missing Anaconda needles #104

Merged
lumarel merged 3 commits from fix/9.0-anaconda into 9.0_release_fixes 2022-06-12 15:46:51 +00:00
lumarel commented 2022-06-12 12:40:00 +00:00 (Migrated from github.com)

Description

  • Adds some fixes to the bootloader needles.
  • Adds a few needles for the Anaconda UI, as this has changed

This PR is related to #103

How Has This Been Tested?

openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-boot.iso ARCH=x86_64 DISTRI=rocky FLAVOR=boot-iso VERSION=9.0 BUILD=-boot-iso-$(date +%Y%m%d.%H%M%S).0

This test suite should pass _boot_to_anaconda and _anaconda_network_enable at a minimum.
Note: _software_selection will fail because the mirror for 9.0 is not available until now.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
# Description - Adds some fixes to the bootloader needles. - Adds a few needles for the Anaconda UI, as this has changed This PR is related to #103 # How Has This Been Tested? ``` openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-boot.iso ARCH=x86_64 DISTRI=rocky FLAVOR=boot-iso VERSION=9.0 BUILD=-boot-iso-$(date +%Y%m%d.%H%M%S).0 ``` This test suite should pass `_boot_to_anaconda` and `_anaconda_network_enable` at a minimum. Note: `_software_selection` will fail because the mirror for 9.0 is not available until now. # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [x] Any dependent changes have been merged and published in downstream modules
akatch (Migrated from github.com) approved these changes 2022-06-12 15:45:13 +00:00
akatch (Migrated from github.com) left a comment

These changes do pass boot_to_anaconda and anaconda_network_enabled as advertised.

These changes do pass `boot_to_anaconda` and `anaconda_network_enabled` as advertised.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: testing/os-autoinst-distri-rocky-migrated#104
No description provided.