Fix test_lo_interface.py on t2/voq systems#23589
Open
arista-nwolfe wants to merge 1 commit intosonic-net:masterfrom
Open
Fix test_lo_interface.py on t2/voq systems#23589arista-nwolfe wants to merge 1 commit intosonic-net:masterfrom
test_lo_interface.py on t2/voq systems#23589arista-nwolfe wants to merge 1 commit intosonic-net:masterfrom
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
T2/VOQ systems have a Loopback4096 interface which returns an error when the test tries to delete it. The test doesn't need to delete this interface so skip it. sonic-net#23586 Signed-off-by: Nathan Wolfe <[email protected]>
4fce427 to
4e145f2
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
yxieca
approved these changes
Apr 3, 2026
Collaborator
yxieca
left a comment
There was a problem hiding this comment.
AI agent on behalf of Ying. Reviewed; no issues found.
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.
Description of PR
T2/VOQ systems have a Loopback4096 interface which returns an error when
generic_config_updater/test_lo_interface.pytries to delete it.The test doesn't need to delete this interface so skip it.
More details in #23586
Summary:
Fixes #23586
Type of change
Back port request
Approach
What is the motivation for this PR?
Fix
generic_config_updater/test_lo_interface.pyon T2/VOQ systemsHow did you do it?
Don't delete Loopback4096
How did you verify/test it?
Ran
generic_config_updater/test_lo_interface.pyon a T2/VOQ system and saw it passedAny platform specific information?
N/A
Supported testbed topology if it's a new test case?
N/A
Documentation
N/A