-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix configure_kea_dhcp6_server fixture for IPv4 #17656
Merged
shweta83
merged 1 commit into
SatelliteQE:master
from
Gauravtalreja1:fix-kea-fixture-ipv4
Feb 24, 2025
Merged
Fix configure_kea_dhcp6_server fixture for IPv4 #17656
shweta83
merged 1 commit into
SatelliteQE:master
from
Gauravtalreja1:fix-kea-fixture-ipv4
Feb 24, 2025
Conversation
This file contains 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
Signed-off-by: Gaurav Talreja <[email protected]>
|
pondrejk
approved these changes
Feb 24, 2025
PRT Result
|
PRT failures look unrelated to the changes in the fixture |
shweta83
approved these changes
Feb 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack
github-actions bot
pushed a commit
that referenced
this pull request
Feb 24, 2025
Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit b1ed2ac)
shweta83
pushed a commit
that referenced
this pull request
Feb 24, 2025
Fix configure_kea_dhcp6_server fixture for IPv4 (#17656) Signed-off-by: Gaurav Talreja <[email protected]> (cherry picked from commit b1ed2ac) Co-authored-by: Gaurav Talreja <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.17.z
AutoMerge_Cherry_Picked
The cherrypicked PRs of master PR would be automerged if all checks passing
CherryPick
PR needs CherryPick to previous branches
Easy Fix :)
Easiest Fix to review and quick merge request.
PRT-Failed
Indicates that latest PRT run is failed for the PR
TestFailure
Issues and PRs related to a test failing in automation
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
When setup
configure_kea_dhcp6_server
fixture is run for IPv4, it fails with "failed on setup with "ValueError: configure_kea_dhcp6_server did not yield a value"Solution
Fix configure_kea_dhcp6_server fixture for IPv4 by yielding None value since this fixture intended for IPv6 only
Related Issues