Fix _graphical_wait_login
Test died: Settings key '_welcome_done' is invalid error.
#140
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#140
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/graphical_wait_login"
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
This PR includes a fix for
_graphical_wait_login
which is broken with recent updates of os-autoinst. Tests with_graphical_wait_login
are failing with...This is a cherry pick of 7675e99 Make internal state marker variables upper-case from Fedora openQA resolving this issue. Commit message for brief summary...
How Has This Been Tested?
Tests with
_graphical_wait_login
(eg.install_default_upload@64bit
) should pass.In this particular example, passing
install_default_upload@64bit
opens up the dependency tree forFLAVOR=dvd-iso
and exposes the rest of the test tree.Checklist:
I tested this change using ISO=Rocky-9.1-20221214.1-x86_64-dvd.iso FLAVOR=dvd-iso on f36 before the patch, f36 after the patch and f37 after the patch, with identical results in each case. This proves that the fix does not affect f36 and fixes f37.
Thank you @AlanMarshall for thorough review (3 different environments)! One more review and we can merge and deploy to openQA-prod system. I'll check-in a few more time over the holiday but cannot promise anything more.
I have confirmed Alan's result - F36 pre-patch, F36 post-patch, and F37 post-patch all have the same result for
ROCKY_FLAVOR=dvd-iso
.