[9.0 Release Issues] Test Suite: Missing Anaconda needles - the 4th #114

Merged
lumarel merged 5 commits from fix/anaconda-needles-20220627 into 9.0_release_fixes 2022-07-01 16:04:59 +00:00
lumarel commented 2022-06-27 22:47:32 +00:00 (Migrated from github.com)

Description

Adds a few new needles for:

  • help
  • disk partitioning

and moves a dangling needle

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=minimal VERSION=9.0 BUILD=-minimal-$(date +%Y%m%d.%H%M%S).0
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-$(date +%Y%m%d.%H%M%S).0

I was unfortunately not able to fix all tests, but the new needles should fix a whole lot of tests (incl. help fully)

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 Adds a few new needles for: - help - disk partitioning and moves a dangling needle 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=minimal VERSION=9.0 BUILD=-minimal-$(date +%Y%m%d.%H%M%S).0 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-$(date +%Y%m%d.%H%M%S).0 ``` I was unfortunately not able to fix all tests, but the new needles should fix a whole lot of tests (incl. help fully) # 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 - [ ] Any dependent changes have been merged and published in downstream modules
akatch (Migrated from github.com) approved these changes 2022-07-01 16:04:44 +00:00
akatch (Migrated from github.com) left a comment

Looks good, anaconda_help now completes successfully, and the other failures I'm seeing are unrelated to incorrect needles.

Looks good, `anaconda_help` now completes successfully, and the other failures I'm seeing are unrelated to incorrect needles.
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#114
No description provided.