Fixing cockpit tests with new needles #129

Merged
lumarel merged 2 commits from fix/cockpit-needles-20220724 into 9.0_release_fixes 2022-07-25 16:04:26 +00:00
lumarel commented 2022-07-24 14:06:35 +00:00 (Migrated from github.com)

Description

This PR will fix the server_cockpit_basic and server_cockpit_updates tests.

Beside that it also moves the getting started needles to the other once.

This PR is related to #103

How Has This Been Tested?

openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso PACKAGE_SET=server VERSION=9.0 BUILD=-server-$(git branch --show-current)-$(date +%Y%m%d.%H%M%S).0 TEST=server_cockpit_basic
openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso PACKAGE_SET=server VERSION=9.0 BUILD=-server-$(git branch --show-current)-$(date +%Y%m%d.%H%M%S).0 TEST=server_cockpit_updates

The tests should fully complete.

I'm also running this through all other tests, but doesn't look to have side effects.

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 This PR will fix the `server_cockpit_basic` and `server_cockpit_updates` tests. Beside that it also moves the getting started needles to the other once. This PR is related to #103 # How Has This Been Tested? ``` openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso PACKAGE_SET=server VERSION=9.0 BUILD=-server-$(git branch --show-current)-$(date +%Y%m%d.%H%M%S).0 TEST=server_cockpit_basic openqa-cli api -X POST isos ISO=Rocky-9.0-x86_64-dvd.iso ARCH=x86_64 DISTRI=rocky FLAVOR=dvd-iso PACKAGE_SET=server VERSION=9.0 BUILD=-server-$(git branch --show-current)-$(date +%Y%m%d.%H%M%S).0 TEST=server_cockpit_updates ``` The tests should fully complete. I'm also running this through all other tests, but doesn't look to have side effects. # Checklist: - [x] My code follows the style guidelines of this project - [x] 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 - [x] My changes generate no new warnings - [x] Any dependent changes have been merged and published in downstream modules
akatch (Migrated from github.com) approved these changes 2022-07-25 16:04:05 +00:00
akatch (Migrated from github.com) left a comment

lgtm

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