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

Merged
akatch merged 3 commits from akatch_issue_83b into 8.6_release_fixes 2022-05-14 15:43:27 +00:00
akatch commented 2022-05-13 15:47:46 +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
StackKorora (Migrated from github.com) reviewed 2022-05-13 15:47:46 +00:00
lumarel (Migrated from github.com) requested changes 2022-05-14 09:36:13 +00:00
lumarel (Migrated from github.com) left a comment

@akatch Could you add "HDDSIZEGB": "20", after line 520 and 821?
These ned 2 more GiBs 👍🏻

@akatch Could you add `"HDDSIZEGB": "20",` after line 520 and 821? These ned 2 more GiBs 👍🏻
tcooper (Migrated from github.com) approved these changes 2022-05-14 15:40:30 +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:41:42 +00:00
lumarel (Migrated from github.com) left a comment

Yup, now it looks good!

Yup, now it looks good!
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#87
No description provided.