FEATURE: Add DNF_CONTENTDIR
override support
#119
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#119
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue_118"
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 pull request adds support for specifying alternate repository location via
DNF_CONTENTDIR
variable for post-install tests, resolves incorrect selection of_console*
vs._graphical*
login for a handful of tests and provides initial support for proper select of a Rocky major release and use of that to select alternate Getting Started UI based on GNOME version differences in Rocky 8 and Rocky 9+.A small number of needles are added to support paging through the Gnome 4 Welcome Tour (no code yet to implement/use those needles).
This PR resolves #118
How Has This Been Tested?
Checklist:
Dang it... don't know where my GPG signing config went. I'll force push signed commits to my branch later today.
Works to this point. I get failures on
_graphical_wait_login
with the Welcome Tour as previously.Beside the one question, this PR fixes so many tests, looks good to me! (and all mentioned tests also run completely without error now!)
@ -652,2 +639,3 @@
"POSTINSTALL": "_console_login"
"DESKTOP": "false",
"PACKAGE_SET": "server"
}
This removes a lot of the tests which Al recently added, is this on purpose?
it gives me great pleasure to approve this beautiful PR