Fix Network Install selection Needle #27
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#27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-on_the_network-needle"
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?
Description
Updates the
on_the_network
needle to fix the brokeninstall_source_graphical.pm
How Has This Been Tested?
rocky-on_the_network
Checklist
This PR fixes #22 and will automatically close when this is resolved.
Little note:
It sometimes happens that the mirrorlist does not get accepted because the internet connection is not fully setup until this point, depends on the speed of the internet connection, we might want to check that if it makes more problems.
@lumarel I'm not sure how you
POST
'ed this test. Can you add a comment with yourPOST
command-line? Also, check to see if these changes also help aPOST
with the boot iso get running past theanaconda_main
screen?@tcooper Oh yeah sure, this is from the universal suite:
openqa-cli api -X POST isos ISO=Rocky-8.4-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=8.4
This is unfortunately a really big testsuite, if somehow possible you might want to only run the
install_mirrorlist_graphical@64bit
test, it should be possible to run it individually somehow as it uses the ISO as starting point.Sorry I really should have added that... we might have that in our template, to always post the api post..
And about the
boot-iso
is that the network is not already connected during the bootup, which then marks the installation source with a warning, which breaks the needle there.I didn't have the time to look into how this should be fixed the best (not with an extra needle for sure, there needs to be a logic for that, like.. if
boot-iso
is used, use another needle), but it is definitely something for a new issueRan the provided test command and confirmed that the
rocky-on_the_network
needle matches in theinstall_source_graphical
module. I did run into the mirrorlist failure, but this PR does seem to work as advertised.Confirmed.