[BUG] consistent failure in install_anaconda_text of FLAVOR=universal #145

Closed
opened 2023-02-06 01:02:20 +00:00 by tcooper · 0 comments
tcooper commented 2023-02-06 01:02:20 +00:00 (Migrated from github.com)

Describe the bug

The install_anaconda_text test suite of the FLAVOR=universal test suite fails consistently in Rocky 9 in production openQA system. Ref: install_anaconda_text.

The code implemented at _boot_to_anaconda:107 is specific to Rocky Linux 8 where network interface is not up on boot. In Rocky Linux 9 the network interface is up at boot so the code path for the following Fedora case is more appropriate for Rocky Linux 9.

Expected behavior

The install_anaconda_text test suite of the FLAVOR=universal test suite passes consistently in Rocky Linux 9.

Screenshots

install_anaconda_text@64bit

_boot_to_anaconda-failure

openQA.rockylinux.org:

  • os-autoinst-distri-rocky: commit: 366217e
## Describe the bug The `install_anaconda_text` test suite of the `FLAVOR=universal` test suite fails consistently in Rocky 9 in production openQA system. Ref: [`install_anaconda_text`](https://openqa.rockylinux.org/tests/3454#next_previous). The code implemented at [`_boot_to_anaconda:107`](https://github.com/rocky-linux/os-autoinst-distri-rocky/blob/develop/tests/_boot_to_anaconda.pm#L107) is specific to Rocky Linux 8 where network interface is not up on boot. In Rocky Linux 9 the network interface is up at boot so the code path for the following Fedora case is more appropriate for Rocky Linux 9. ## Expected behavior The `install_anaconda_text` test suite of the `FLAVOR=universal` test suite passes consistently in Rocky Linux 9. ## Screenshots [**`install_anaconda_text@64bit`**](https://openqa.rockylinux.org/tests/3454#step/_boot_to_anaconda/9) ![_boot_to_anaconda-failure](https://user-images.githubusercontent.com/542846/216858230-87ebf860-9d69-4b32-8953-d37f41880f46.png) ## openQA.rockylinux.org: - os-autoinst-distri-rocky: commit: [366217e](https://github.com/rocky-linux/os-autoinst-distri-rocky/commit/366217ee8aac1d924017b807fbd03a7c7249e3ae)
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: testing/os-autoinst-distri-rocky-migrated#145
No description provided.