Add Cli/API/UI tests for bootc#17634
Merged
JacobCallahan merged 8 commits intoSatelliteQE:masterfrom Mar 5, 2025
Merged
Conversation
This was referenced Feb 19, 2025
Contributor
Author
|
trigger: test-robottelo |
Contributor
|
Collaborator
|
PRT Result |
vijaysawant
requested changes
Feb 24, 2025
Contributor
vijaysawant
left a comment
There was a problem hiding this comment.
Please confirm :CaseComponent: before merging. Rest of things looks good.
shweta83
reviewed
Feb 24, 2025
shweta83
reviewed
Feb 24, 2025
Contributor
Author
|
Collaborator
|
PRT Result |
vsedmik
requested changes
Feb 25, 2025
Contributor
vsedmik
left a comment
There was a problem hiding this comment.
A hosts count question - one or more?
vijaysawant
approved these changes
Feb 25, 2025
Contributor
Author
|
Collaborator
|
PRT Result |
Contributor
Author
|
Collaborator
|
PRT Result |
LadislavVasina1
approved these changes
Feb 26, 2025
vsedmik
approved these changes
Feb 27, 2025
damoore044
approved these changes
Feb 27, 2025
JacobCallahan
requested changes
Feb 27, 2025
Member
JacobCallahan
left a comment
There was a problem hiding this comment.
Please address @shweta83's suggestion
Contributor
|
Collaborator
|
PRT Result |
Contributor
Author
|
Collaborator
|
PRT Result |
damoore044
approved these changes
Mar 5, 2025
Contributor
damoore044
left a comment
There was a problem hiding this comment.
Comments regarding ipv6 / ipv4 have been addressed. Nice job!
JacobCallahan
approved these changes
Mar 5, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Mar 5, 2025
* Add Cli/API/UI tests for bootc * Rework bootc_images assertion and change fixture * Update API and CLI tests * Add verifies docstring for all tests * Update verifies to the proper satellite issue * Respect ipv6 setting for bootc hosts (cherry picked from commit f6f5e82)
vsedmik
pushed a commit
that referenced
this pull request
Mar 5, 2025
Add Cli/API/UI tests for bootc (#17634) * Add Cli/API/UI tests for bootc * Rework bootc_images assertion and change fixture * Update API and CLI tests * Add verifies docstring for all tests * Update verifies to the proper satellite issue * Respect ipv6 setting for bootc hosts (cherry picked from commit f6f5e82) Co-authored-by: Samuel Bible <sbible@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem Statement
Adds tests for CLI/UI/API for bootc, using dummy facts
Related Issues
Relies on: SatelliteQE/airgun#1745 and SatelliteQE/nailgun#1277