Serial console install #168

Merged
AlanMarshall merged 1 commits from serial_console into develop 2023-03-29 10:47:56 +00:00
AlanMarshall commented 2023-03-27 11:49:42 +00:00 (Migrated from github.com)

Network is enabled by default at v9 so requires conditional code to handle multiple versions.
Tested for 9.1, 8.7 & 8.8:

openqa-cli api -X POST isos ISO=Rocky-9.1-20221214.1-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=9.1 BUILD=-"$(date +%Y%m%d.%H%M%S).0"-9.1-20221214.1-universal TEST=install_serial_console
openqa-cli api -X POST isos ISO=Rocky-8.7-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=8.7 BUILD=-"$(date +%Y%m%d.%H%M%S).0"-8.7-20221110-universal TEST=install_serial_console
openqa-cli api -X POST isos ISO=Rocky-8.8-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=8.8 BUILD=-"$(date +%Y%m%d.%H%M%S).0"-8.8-lookahead-universal TEST=install_serial_console

Result: Tests pass.
Also confirm that all main hub check boxes are checked and user test created prior to start of installation.
Fixes Issue #102

Network is enabled by default at v9 so requires conditional code to handle multiple versions. Tested for 9.1, 8.7 & 8.8: ``` openqa-cli api -X POST isos ISO=Rocky-9.1-20221214.1-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=9.1 BUILD=-"$(date +%Y%m%d.%H%M%S).0"-9.1-20221214.1-universal TEST=install_serial_console openqa-cli api -X POST isos ISO=Rocky-8.7-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=8.7 BUILD=-"$(date +%Y%m%d.%H%M%S).0"-8.7-20221110-universal TEST=install_serial_console openqa-cli api -X POST isos ISO=Rocky-8.8-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=universal VERSION=8.8 BUILD=-"$(date +%Y%m%d.%H%M%S).0"-8.8-lookahead-universal TEST=install_serial_console ``` Result: Tests pass. Also confirm that all main hub check boxes are checked and user test created prior to start of installation. Fixes Issue #102
lumarel (Migrated from github.com) reviewed 2023-03-27 11:49:42 +00:00
akatch (Migrated from github.com) approved these changes 2023-03-27 20:34:47 +00:00
akatch (Migrated from github.com) left a comment

beautiful 💯 :shipit:

beautiful :100: :shipit:
tcooper (Migrated from github.com) approved these changes 2023-03-29 06:52:14 +00:00
tcooper (Migrated from github.com) left a comment

Tested in openQA production system...

Rocky Linux 8.7 - https://openqa.rockylinux.org/tests/16120
Rocky Linux 9.1 - https://openqa.rockylinux.org/tests/16121

With both of the PR run passing this is approved.

Tested in openQA production system... Rocky Linux 8.7 - https://openqa.rockylinux.org/tests/16120 Rocky Linux 9.1 - https://openqa.rockylinux.org/tests/16121 With both of the PR run passing this is approved.
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#168
No description provided.