[action] [PR:21684] add one errmsg to be ignored in duplicate routes test case#22397
Merged
mssonicbld merged 1 commit intosonic-net:202511from Feb 13, 2026
Merged
Conversation
…#21684) Approach Let the test run smoothly for code base with new error message How did you do it? just add it to the list How did you verify/test it? tested the script Any platform specific information? worked on sim Supported testb Signed-off-by: mssonicbld <sonicbld@microsoft.com>
12 tasks
Collaborator
Author
|
Original PR: #21684 |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…tically (sonic-net#22397) #### Why I did it src/sonic-sairedis ``` * 75ded525 - (HEAD -> 202411, origin/202411) [ACL] Enable ACL multi-binding for Dual-ToR setups (sonic-net#1585) (10 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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
There is a new error message that gets generated when test_duplicate_routes.py is run, i.e. when a duplicate route entry is trying to be downloaded, which is an error condition. This new error message is not recognized by the existed "ignore list" and it should be added to it to avoid flagging a known condition as an unknown error.
Summary:
Simply add the new error message to the ignore list.
Type of change
script change
Back port request
Approach
Let the test run smoothly for code base with new error message
How did you do it?
just add it to the list
How did you verify/test it?
tested the script
Any platform specific information?
worked on sim
Supported testbed topology if it's a new test case?
n/a
Documentation
n/a