FIF template updates for GUI installs #135

Merged
akatch merged 1 commits from fix_dvd-iso_console-wait-login into 8.7-release 2022-10-16 23:38:34 +00:00
akatch commented 2022-10-16 04:44:54 +00:00 (Migrated from github.com)

Description

Updates a number of test suites' postinstalls to use a GUI login rather than a text login.

How Has This Been Tested?

# Be sure to run fifloader.py first
./fifloader.py --clean --load templates.fif.json
openqa-cli api -X POST isos ISO=Rocky-8.6-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso VERSION=8.6 BUILD="-$(date +%Y%m%d.%H%M%s).0-$(git branch --show-current)-dvd-8.6"
openqa-cli api -X POST isos ISO=Rocky-8.7-BETA-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso VERSION=8.7 BUILD="-$(date +%Y%m%d.%H%M%s).0-$(git branch --show-current)-dvd-8.7"
openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso VERSION=9.0 BUILD="-$(date +%Y%m%d.%H%M%s).0-$(git branch --show-current)-dvd-9.0"

None of these runs should show any failures at _console_wait_login.

Expected failures:

Test Failure step
install_standard_partition_ext4 disk_custom_standard_partition_ext4_postinstall
install_standard_partition_ext4@uefi disk_custom_standard_partition_ext4_postinstall
modularity_tests modularity_module_list
server_cockpit_default _setup_browser
server_filesystem_default server_filesystem_default
release_identification os_release (8.6 only)
release_identification rocky_release (8.7 only)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
# Description Updates a number of test suites' postinstalls to use a GUI login rather than a text login. # How Has This Been Tested? ``` # Be sure to run fifloader.py first ./fifloader.py --clean --load templates.fif.json openqa-cli api -X POST isos ISO=Rocky-8.6-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso VERSION=8.6 BUILD="-$(date +%Y%m%d.%H%M%s).0-$(git branch --show-current)-dvd-8.6" openqa-cli api -X POST isos ISO=Rocky-8.7-BETA-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso VERSION=8.7 BUILD="-$(date +%Y%m%d.%H%M%s).0-$(git branch --show-current)-dvd-8.7" openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso VERSION=9.0 BUILD="-$(date +%Y%m%d.%H%M%s).0-$(git branch --show-current)-dvd-9.0" ``` None of these runs should show any failures at `_console_wait_login`. Expected failures: Test | Failure step -- | -- install_standard_partition_ext4 | disk_custom_standard_partition_ext4_postinstall install_standard_partition_ext4@uefi | disk_custom_standard_partition_ext4_postinstall modularity_tests | modularity_module_list server_cockpit_default | _setup_browser server_filesystem_default | server_filesystem_default release_identification | os_release (8.6 only) release_identification | rocky_release (8.7 only) # Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] Any dependent changes have been merged and published in downstream modules
AlanMarshall (Migrated from github.com) approved these changes 2022-10-16 15:31:05 +00:00
AlanMarshall (Migrated from github.com) left a comment

Tests run as shown above
No failures at _console_wait_login
Only failures were as expected. :shipit:

Tests run as shown above No failures at _console_wait_login Only failures were as expected. :shipit:
Sign in to join this conversation.
No reviewers
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#135
No description provided.