Fix virt_who test case to inventory report generation - #20864
Merged
LadislavVasina1 merged 1 commit intoFeb 27, 2026
Merged
Conversation
jnagare-redhat
requested review from
ColeHiggins2,
LadislavVasina1 and
synkd
February 25, 2026 11:43
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the virt-who UI test for minimal hypervisor report to align with the new cloud inventory report generation/upload workflow and task naming, including using the new download-only helper. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The hard-coded task label string (
ForemanInventoryUpload::Async::HostInventoryReportJob) is brittle given recent renames; consider centralizing it in a helper/constant or querying by a less volatile attribute to avoid future breakages. - The
wait_forblock assumes the first task in the search result ([0]) is the desired one; adding a more specific search filter or validating the result set before indexing would make this more robust.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The hard-coded task label string (`ForemanInventoryUpload::Async::HostInventoryReportJob`) is brittle given recent renames; consider centralizing it in a helper/constant or querying by a less volatile attribute to avoid future breakages.
- The `wait_for` block assumes the first task in the search result (`[0]`) is the desired one; adding a more specific search filter or validating the result set before indexing would make this more robust.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Contributor
Author
|
trigger: test-robottelo |
Collaborator
|
PRT Result |
LadislavVasina1
approved these changes
Feb 25, 2026
chris1984
approved these changes
Feb 26, 2026
ColeHiggins2
approved these changes
Feb 26, 2026
github-actions Bot
pushed a commit
that referenced
this pull request
Feb 27, 2026
(cherry picked from commit aed2e40)
jnagare-redhat
added a commit
that referenced
this pull request
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.
Problem Statement
virt who test case test_positive_minimal_report_hypervisor was failing as it was not updated to new inventory report generation mechanism
Solution
Fix virt_who test case to inventory report generation
Related Issues
PRT test Cases example
Summary by Sourcery
Bug Fixes: