[9.0 Release Issues] Test Suite: Missing bootloader needle #113

Merged
lumarel merged 1 commits from fix/bootloader-the-2nd into 9.0_release_fixes 2022-06-21 01:32:07 +00:00
lumarel commented 2022-06-20 17:46:45 +00:00 (Migrated from github.com)

Description

After setting up a new OpenQA system I got a new UEFI bootloader screen, so this PR adds:

  • Another UEFI bootloader needle

This PR is related to #103

How Has This Been Tested?

I'm not sure how to test that beside having a system that is very near to mine, so yeah that's only the command:

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 GRUB="inst.repo=https://dl.rockylinux.org/stg/rocky/9/BaseOS/x86_64/os inst.addrepo=AppStream,https://dl.rockylinux.org/stg/rocky/9/AppStream/x86_64/os ip=dhcp"

This test suite should pass at least until the installation runs, downloads packages, installs and configures them.
Some will break at the tutorial screen some will finish completely

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 After setting up a new OpenQA system I got a new UEFI bootloader screen, so this PR adds: - Another UEFI bootloader needle This PR is related to #103 # How Has This Been Tested? I'm not sure how to test that beside having a system that is very near to mine, so yeah that's only the command: ``` 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 GRUB="inst.repo=https://dl.rockylinux.org/stg/rocky/9/BaseOS/x86_64/os inst.addrepo=AppStream,https://dl.rockylinux.org/stg/rocky/9/AppStream/x86_64/os ip=dhcp" ``` This test suite should pass at least until the installation runs, downloads packages, installs and configures them. Some will break at the tutorial screen some will finish completely # 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-21 01:27:11 +00:00
akatch (Migrated from github.com) left a comment

Was not able to reproduce the issue this fixes; nevertheless, the new needle does not introduce any problems. Shipit.

Was not able to reproduce the issue this fixes; nevertheless, the new needle does not introduce any problems. Shipit.
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#113
No description provided.