[8.6 Release Issues] Test Suite: disk_guided_empty on rocky-8.6-dvd-iso-x86_64: Handle the "reclaim space" dialog #85

Merged
akatch merged 2 commits from akatch_issue_79 into 8.6_release_fixes 2022-05-14 15:43:06 +00:00
akatch commented 2022-05-13 03:39:44 +00:00 (Migrated from github.com)

Description

Adds handling for the "Reclaim Space" dialog, which can appear after the
user clicks "Done" in the partitioning spoke. New needles are for "selected" buttons in the Reclaim Space dialog.

Fixes #79 when merged.

How Has This Been Tested?

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=8.6_dvd-iso_$(date +%Y%m%d.%H%M%S).0 TEST=install_default_upload PACKAGE_SET=graphical-server
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=8.6_dvd-iso_$(date +%Y%m%d.%H%M%S).0 TEST=install_default_upload PACKAGE_SET=workstation
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=8.6_dvd-iso_$(date +%Y%m%d.%H%M%S).0 TEST=install_default_upload PACKAGE_SET=server
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=8.6_dvd-iso_$(date +%Y%m%d.%H%M%S).0 TEST=install_default_upload PACKAGE_SET=minimal

The disk_guided_empty test suite should pass.
Note: Package sets workstation and graphical-server will fail at _console_wait_login with the issue mentioned in #81.

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 Adds handling for the "Reclaim Space" dialog, which can appear after the user clicks "Done" in the partitioning spoke. New needles are for "selected" buttons in the Reclaim Space dialog. Fixes #79 when merged. # How Has This Been Tested? ``` 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=8.6_dvd-iso_$(date +%Y%m%d.%H%M%S).0 TEST=install_default_upload PACKAGE_SET=graphical-server 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=8.6_dvd-iso_$(date +%Y%m%d.%H%M%S).0 TEST=install_default_upload PACKAGE_SET=workstation 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=8.6_dvd-iso_$(date +%Y%m%d.%H%M%S).0 TEST=install_default_upload PACKAGE_SET=server 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=8.6_dvd-iso_$(date +%Y%m%d.%H%M%S).0 TEST=install_default_upload PACKAGE_SET=minimal ``` The `disk_guided_empty` test suite should pass. Note: Package sets `workstation` and `graphical-server` will fail at `_console_wait_login` with the issue mentioned in #81. # 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
StackKorora (Migrated from github.com) reviewed 2022-05-13 03:39:44 +00:00
tcooper (Migrated from github.com) approved these changes 2022-05-14 15:39:35 +00:00
tcooper (Migrated from github.com) left a comment

Looks good to me

Looks good to me
lumarel (Migrated from github.com) approved these changes 2022-05-14 15:40:27 +00:00
lumarel (Migrated from github.com) left a comment

Also looks good to me, have already used it in several tests

Also looks good to me, have already used it in several tests
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#85
No description provided.