Extend timeouts for Rocky #71

Merged
tcooper merged 1 commits from extend_timeout into develop 2021-12-16 22:57:51 +00:00
tcooper commented 2021-12-16 07:15:31 +00:00 (Migrated from github.com)

Description

This PR extends timeouts for _do_install_and_reboot and install_text tests allowing for long duration installs on slow openQA dev systems.

This PR also fixes #70 and will automatically close when this is resolved.

How Has This Been Tested?

openqa-cli api -X POST isos ISO=Rocky-8.4-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso PACKAGE_SET=graphical-server VERSION=8.4 BUILD=-graphical-server-$(date +%Y%m%d.%H%M%S).0 DESKTOP=gnome
openqa-cli api -X POST isos ISO=Rocky-8.4-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso PACKAGE_SET=workstation VERSION=8.4 BUILD=-workstation-$(date +%Y%m%d.%H%M%S).0 DESKTOP=gnome

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 (Please merge PR #56 before this one)
## Description This PR extends timeouts for `_do_install_and_reboot` and `install_text` tests allowing for long duration installs on slow openQA dev systems. This PR also fixes #70 and will automatically close when this is resolved. ## How Has This Been Tested? ```sh openqa-cli api -X POST isos ISO=Rocky-8.4-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso PACKAGE_SET=graphical-server VERSION=8.4 BUILD=-graphical-server-$(date +%Y%m%d.%H%M%S).0 DESKTOP=gnome openqa-cli api -X POST isos ISO=Rocky-8.4-x86_64-dvd1.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso PACKAGE_SET=workstation VERSION=8.4 BUILD=-workstation-$(date +%Y%m%d.%H%M%S).0 DESKTOP=gnome ``` ## 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 (Please merge PR #56 before this one)
akatch (Migrated from github.com) reviewed 2021-12-16 07:15:31 +00:00
lumarel (Migrated from github.com) reviewed 2021-12-16 07:15:31 +00:00
StackKorora (Migrated from github.com) reviewed 2021-12-16 07:15:31 +00:00
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#71
No description provided.