fix: update topbar_generic needle #106

Merged
akatch merged 1 commits from topbar_generic into 9.0_release_fixes 2022-06-12 21:40:43 +00:00
akatch commented 2022-06-12 19:03:58 +00:00 (Migrated from github.com)

Description

This PR fixes the topbar_generic needle in disk_guided_empty. The topbar color changed completely in 9.0.

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 GRUB="inst.repo=https://yumrepofs.build.resf.org/v1/projects/55b17281-bc54-4929-8aca-a8a11d628738/repo/BaseOS/x86_64 inst.addrepo=AppStream,https://yumrepofs.build.resf.org/v1/projects/55b17281-bc54-4929-8aca-a8a11d628738/repo/AppStream/x86_64 ip=dhcp"

This PR should allow tests to pass disk_guided_empty at a minimum.

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 This PR fixes the topbar_generic needle in `disk_guided_empty`. The topbar color changed completely in 9.0. 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 GRUB="inst.repo=https://yumrepofs.build.resf.org/v1/projects/55b17281-bc54-4929-8aca-a8a11d628738/repo/BaseOS/x86_64 inst.addrepo=AppStream,https://yumrepofs.build.resf.org/v1/projects/55b17281-bc54-4929-8aca-a8a11d628738/repo/AppStream/x86_64 ip=dhcp" ``` This PR should allow tests to pass `disk_guided_empty` at a minimum. # 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
tcooper (Migrated from github.com) reviewed 2022-06-12 19:03:58 +00:00
StackKorora (Migrated from github.com) reviewed 2022-06-12 19:03:58 +00:00
AlanMarshall (Migrated from github.com) approved these changes 2022-06-12 20:58:20 +00:00
AlanMarshall (Migrated from github.com) left a comment

Tested as specified, needle operated correctly.

Tested as specified, needle operated correctly.
lumarel (Migrated from github.com) approved these changes 2022-06-12 21:40:06 +00:00
lumarel (Migrated from github.com) left a comment

As well already was using that one, looks good 👌🏻

As well already was using that one, looks good 👌🏻
Sign in to join this conversation.
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#106
No description provided.