SAT-20386 Jira card is closed; removing it. - #20839
Merged
Merged
Conversation
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdjusts the RHEL PXE FIPS provisioning test to always require FIPS to be enabled post-provisioning and adds a conditional skip for unsupported UEFI RHEL7 scenarios tied to an open Jira issue. 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:
- When asserting on
result.stdout, consider convertingresult.stdout.strip()tointto avoid potential failures due to trailing newlines or spaces in the command output.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- When asserting on `result.stdout`, consider converting `result.stdout.strip()` to `int` to avoid potential failures due to trailing newlines or spaces in the command output.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
amolpati30
force-pushed
the
remove_SAT-20386
branch
from
February 23, 2026 14:38
cd3425c to
bb99280
Compare
Collaborator
|
PRT Result |
Contributor
Author
|
RHEL 7 does not support UEFI refer - |
amolpati30
marked this pull request as draft
February 24, 2026 11:08
amolpati30
force-pushed
the
remove_SAT-20386
branch
2 times, most recently
from
February 24, 2026 12:32
421bec3 to
871fa9d
Compare
amolpati30
marked this pull request as ready for review
February 24, 2026 12:32
Contributor
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The new skip block says it applies to 'UEFI and SecureBoot loaders' but the condition only checks
pxe_loader.vm_firmware in ['uefi']; if SecureBoot is represented differently than plainuefiyou may want to either broaden the condition or clarify the comment to match the actual behavior.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The new skip block says it applies to 'UEFI and SecureBoot loaders' but the condition only checks `pxe_loader.vm_firmware in ['uefi']`; if SecureBoot is represented differently than plain `uefi` you may want to either broaden the condition or clarify the comment to match the actual behavior.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
chris1984
approved these changes
Feb 24, 2026
Collaborator
|
PRT Result |
amolpati30
force-pushed
the
remove_SAT-20386
branch
2 times, most recently
from
February 24, 2026 16:54
f398d14 to
f4b9c64
Compare
Collaborator
|
PRT Result |
Collaborator
|
PRT Result |
Collaborator
|
PRT Result |
amolpati30
force-pushed
the
remove_SAT-20386
branch
from
February 26, 2026 16:08
f4b9c64 to
383ada0
Compare
Collaborator
|
PRT Result |
amolpati30
force-pushed
the
remove_SAT-20386
branch
from
February 27, 2026 10:24
383ada0 to
c1e0d10
Compare
Collaborator
|
PRT Result |
amolpati30
force-pushed
the
remove_SAT-20386
branch
from
February 27, 2026 18:39
c1e0d10 to
1f0129e
Compare
Contributor
Author
|
Collaborator
|
PRT Result |
arvind4501
approved these changes
Mar 2, 2026
github-actions Bot
pushed a commit
that referenced
this pull request
Mar 2, 2026
(cherry picked from commit 1e9d8e4)
github-actions Bot
pushed a commit
that referenced
this pull request
Mar 2, 2026
(cherry picked from commit 1e9d8e4)
github-actions Bot
pushed a commit
that referenced
this pull request
Mar 2, 2026
(cherry picked from commit 1e9d8e4)
This was referenced Mar 2, 2026
amolpati30
added a commit
to amolpati30/robottelo
that referenced
this pull request
Mar 3, 2026
(cherry picked from commit 1e9d8e4)
amolpati30
added a commit
that referenced
this pull request
Mar 6, 2026
(cherry picked from commit 1e9d8e4)
amolpati30
added a commit
that referenced
this pull request
Mar 6, 2026
(cherry picked from commit 1e9d8e4)
amolpati30
added a commit
that referenced
this pull request
Mar 6, 2026
(cherry picked from commit 1e9d8e4)
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.
The host is enabled with FIPS mode, so card
SAT-20386is being removed as the condition is no longer required.Summary by Sourcery
Adjust RHEL PXE FIPS provisioning test expectations and skipping behavior for specific firmware/OS combinations.
Tests: