New needle for disk decryption passphrase entry #130

Merged
akatch merged 1 commits from decryption_passphrase into 9.0_release_fixes 2022-07-26 18:59:26 +00:00
akatch commented 2022-07-26 03:11:56 +00:00 (Migrated from github.com)

Description

This PR adds a missing needle for the boot decryption passphrase entry.

Fixes #103

How Has This Been Tested?

openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=9.0 BUILD=-$(date +%Y%m%d.%H%M%S).0-universal-$(git branch --show-current) TEST=install_rescue_encrypted

All tests should pass - that said, I think I was the only person for whom this additional needle was necessary.

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 adds a missing needle for the boot decryption passphrase entry. Fixes #103 # How Has This Been Tested? ``` openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=9.0 BUILD=-$(date +%Y%m%d.%H%M%S).0-universal-$(git branch --show-current) TEST=install_rescue_encrypted ``` All tests should pass - that said, I think I was the only person for whom this additional needle was necessary. # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] Any dependent changes have been merged and published in downstream modules
tcooper (Migrated from github.com) approved these changes 2022-07-26 15:19:59 +00:00
tcooper (Migrated from github.com) left a comment

Specified tests passed with submitted needle added.

Specified tests passed with submitted needle added.
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#130
No description provided.