Anaconda text install (alternate) #163
No reviewers
Labels
No Label
priority: critical
priority: high
priority: low
priority: medium
status: abandoned
status: duplicate
status: invalid
status: peer review needed
status: wontfix
tag: content
tag: good first issue
tag: help wanted
test suite
type: bug
type: documentation
type: enhancement
type: maintenance
type: question
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: testing/os-autoinst-distri-rocky-migrated#163
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "anaconda-text-install"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is an alternate solution to that provided in #162 that doesn't supply a new needle but modifies the code of
_boot_to_anaconda
to properly handle the difference between Rocky Linux 8 and 9 with respect to boot with network up.The existence of active network in Rocky Linux 9 Anaconda Installer produces a menu to select VNC or Text Install before the Network Spoke can be entered to activate the network (the Rocky Linux 8 path) in the install flow.
Additionally, this PR fixes password entry behavior for Rocky Linux 9 where
Use Password
is enabled by default (it is not enabled in Rocky Linux 8). Using non-versioned code turns offUse Password
in the Rocky Linux 9 instance breaking the test duringinstall_text
.Testing:
Test with...
Where test passed both the
_boot_to_anaconda
andinstall_text
testing in Rocky Linux 9.1 fully completing the installation of the system via Anaconda Text Install method.After submission and before acceptance this test should be run to completion as an
openqa-clone-custom-git-refspec
run referencing this PR for both Rocky Linux 8.7 and 9.1.If accepted and merged this PR fixes #145.
After a couple of minor fixes this PR now completes successfully for both...
Rocky Linux 8.7 - https://openqa.rockylinux.org/tests/13690#
Rocky Linux 9.1 - https://openqa.rockylinux.org/tests/13691#
...and should be considered an alternate solution to #162.
This fix also works. I don't have strong opinions about whether we merge this one or #162 , although given that this is a text-based install test, changing the code seems more sensible than adding a needle.
Tested for 9.1, 8.7 & 8.8 and all passed.
I stand corrected, well done again Trevor.
This means what it says, it is not sarcasm.