[BUG] consistent failure in modularity_tests of FLAVOR=dvd-iso #147
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#147
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Describe the bug
The
modularity_tests
test of theFLAVOR=dvd-iso
test suite fails consistently in Rocky 9 in production openQA system. Ref:modularity_tests
.The test
modularity_tests
in theFLAVOR=dvd-iso
suite is a dependency ofinstall_default
which, fordvd-iso
uses thePACKAGE_SET=graphical_server
. There is noPACKAGE_SET
defined in the Settings of themodularity_tests
causing the implementation inmodularity_module_list.pm#35
to use the defaultPACKAGE_SET=minimal
.Further, the code in
modularity_module_list.pm
doesn't contain conditional blocks for Rocky Linux 8 and Rocky Linux 9. The enabled modules values for these two versions of Rocky Linux are not the same and need to be counted separately. The values inmodularity_module_list.pm
are valid for Rocky Linux 8 only.Expected behavior
The
modularity_tests
test of theFLAVOR=dvd-iso
test suite passes consistently in Rocky Linux 9.Possible Solution
modularity_tests
test must either detect whichPACKAGE_SET
was used to install the system it is testing or the properPACKAGE_SET
must be provided intemplates.fif.json
.FLAVOR=package_set
runs for Rocky Linux 9 can be used to obtain the default enabled modules for allPACKAGE_SET
used with the DVD ISO.Screenshots
modularity_tests@64bit
openQA.rockylinux.org: