Test Suite: install_default on rocky-8.5-[minimal|boot|dvd]-iso-x86_64 #77
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#77
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "package_group_selection"
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 standard test suites to complete installations of each default PACKAGE_SET for each ISO, based on data provided here. These changes include updates to needles and
templates.fif.json
needed to make the tests pass.Additionally, updates
templates.fif.json
to test relevant PACKAGE_SETs for each ISO, using the following conventions:minimal
package set installscleanly
This PR fixes #16 when merged.
How Has This Been Tested?
Checklist:
New warnings in this PR
This PR does generate softfailures of the login AVC as we have seen previously in the following suites:
Test of PR in progress... default package_sets all pass, on package selection menu verification now.
Suggested tests all ran successfully aside from standard soft fails for avc and one hard failure in _console_wait_login / uefi_postinstall which we need to discuss.
There is potential issue with one needle where hostname on login screen is unexpected and is similar to issue seen in screen of my tests.
To discuss in next meeting to get confirmation.
@lumarel The thing to look out for is the hostname in the openQA guest changing from localhost to whatever the hostname of your openQA dev system is. For @akatch the hostname is in one of the capture needles in this PR. On my test system it is
openqa-dev
...This happened in tests (2) that were complete passes and also in tests that had soft or full failures in the
_console_wait_login
or_console_avc_crash
.For one of the tests where a crash log was generated (
PACKAGE_SET=virtualization_host
) the guests/var/log/messages
clearly shows the hostname getting set when thevirbr0-nic
interface is activated by NetworkManager...I'm not sure why the same happened in another test where
PACKAGE_SET=graphical_server
.I have ran all the tests mention up there now and the behavior Trevor is talking about is happening for me for the following tests (they have the hostname of the underlying worker server, so I'm seeing all 3 names of my different nodes):
So, for me these changes look good 👌🏻
If the hostname make any problems in the future, we may want to fix that in the future, but didn't see anything up to now.
Thank you al!
I pulled the needle with my openQA host's hostname back out and am working on filing an issue for the hostname oddness now. Let me know if any other changes are needed. Thanks everybody for the reviews!