[8.6 Release Issues] Test Suite: Increase default HDDSIZEGB for all test suites #86

Closed
akatch wants to merge 4 commits from akatch_issue_83 into develop
akatch commented 2022-05-13 13:22:49 +00:00 (Migrated from github.com)

Description

Sets the default HDDSIZEGB for all tests to 15. This also removes those settings from specific test suites where they were previously defined.

Fixes #83 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_custom_gui_lvm_ext4 PACKAGE_SET=graphical-server

This test suite should pass _do_install_and_reboot at a minimum.
Note: PACKAGE_SET graphical-server will fail on _console_wait_login with the issue 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 Sets the default `HDDSIZEGB` for all tests to 15. This also removes those settings from specific test suites where they were previously defined. Fixes #83 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_custom_gui_lvm_ext4 PACKAGE_SET=graphical-server ``` This test suite should pass `_do_install_and_reboot` at a minimum. Note: PACKAGE_SET graphical-server will fail on `_console_wait_login` with the issue 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
lumarel (Migrated from github.com) reviewed 2022-05-13 13:22:49 +00:00
tcooper (Migrated from github.com) reviewed 2022-05-13 13:22:49 +00:00
StackKorora (Migrated from github.com) reviewed 2022-05-13 13:22:49 +00:00
akatch commented 2022-05-13 15:43:03 +00:00 (Migrated from github.com)

I will re-open a cherrypicked version of this shortly.

I will re-open a cherrypicked version of this shortly.

Pull request closed

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#86
No description provided.