Fixes multiple tests in regard of the PACKAGE_SETs graphical-server and workstation #61

Merged
lumarel merged 4 commits from fix-issue-60 into develop 2021-11-12 01:39:35 +00:00
lumarel commented 2021-11-10 17:05:29 +00:00 (Migrated from github.com)

Description

This PR fixes multiple cases of the beforementioned graphical-server and workstation PACKAGE_SETs.
It also includes a new set of expample test commands to mention all currently available cases.

This PR also fixes #60 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)

Please note this PR does not fully fix the 2 PACKAGE_SETs!
these are the current states:
Workstation:
image
Graphical Server:
image

## Description This PR fixes multiple cases of the beforementioned `graphical-server` and `workstation` PACKAGE_SETs. It also includes a new set of expample test commands to mention all currently available cases. This PR also fixes #60 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 - [ ] 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) Please note this PR does not fully fix the 2 PACKAGE_SETs! these are the current states: Workstation: ![image](https://user-images.githubusercontent.com/42647570/141159086-a387c883-3e54-467e-894a-a76957162b5a.png) Graphical Server: ![image](https://user-images.githubusercontent.com/42647570/141159165-db07a9c5-6cf7-42dd-813c-a6c2aac5703f.png)
akatch (Migrated from github.com) reviewed 2021-11-10 17:05:29 +00:00
tcooper (Migrated from github.com) reviewed 2021-11-10 17:05:29 +00:00
tcooper commented 2021-11-11 18:29:43 +00:00 (Migrated from github.com)

Running with pr61 now...

This will have to wait or fall to someone else to verify in the short term. My system is pegged doing other testing and I cannot pass _graphical_wait_login but likely only because of system load.

Running with pr61 now... This will have to wait or fall to someone else to verify in the short term. My system is pegged doing other testing and I cannot pass `_graphical_wait_login` but likely only because of system load.
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#61
No description provided.