Ping endpoint change from katello/api/v2/ping to api/v2/ping#1406
Merged
pondrejk merged 1 commit intoSatelliteQE:masterfrom Mar 2, 2026
Merged
Ping endpoint change from katello/api/v2/ping to api/v2/ping#1406pondrejk merged 1 commit intoSatelliteQE:masterfrom
katello/api/v2/ping to api/v2/ping#1406pondrejk merged 1 commit intoSatelliteQE:masterfrom
Conversation
vsedmik
approved these changes
Feb 27, 2026
Contributor
vsedmik
left a comment
There was a problem hiding this comment.
Makes sense to me to test the broader endpoint, I can't see any cons. 👍
Contributor
Author
|
PRT passed for 3 affected tests in the linked robottelo SatelliteQE/robottelo#20909 (comment) |
jeremylenz
approved these changes
Feb 27, 2026
pondrejk
approved these changes
Mar 2, 2026
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.
Changing Ping API path from
katello/api/v2/pingtoapi/v2/ping.Reasoning behind this change:
In the current implementation, the CLI
hammer pingcommand outputs this:You can see that it includes
database,cache,advisorandvulnerabilityservices.But the nailgun API response with the Ping endpoint set to
katello/api/v2/pingoutputs only:Nailgun API response with the Ping endpoint set to
api/v2/pingoutputs:This change is intended to add missing services to the API response that nailgun returns and to make the Ping outputs have the same content across CLI and API usages in robottelo.
This PR is accompanied by robottelo PR(SatelliteQE/robottelo#20909), which slightly refactors tests using
target_sat.api.Ping().search_json().