add one errmsg to be ignored in duplicate routes test case#21684
Merged
StormLiangMS merged 1 commit intosonic-net:masterfrom Feb 13, 2026
Merged
add one errmsg to be ignored in duplicate routes test case#21684StormLiangMS merged 1 commit intosonic-net:masterfrom
StormLiangMS merged 1 commit intosonic-net:masterfrom
Conversation
Collaborator
|
/azp run |
|
|
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Fan Kong <fkong@cisco.com>
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
bpar9
approved these changes
Jan 14, 2026
mssonicbld
pushed a commit
to mssonicbld/sonic-mgmt
that referenced
this pull request
Feb 13, 2026
…#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>
Collaborator
|
Cherry-pick PR to 202511: #22397 |
12 tasks
mssonicbld
pushed a commit
that referenced
this pull request
Feb 13, 2026
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>
anilal-amd
pushed a commit
to anilal-amd/anilal-forked-sonic-mgmt
that referenced
this pull request
Feb 19, 2026
…#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: Zhuohui Tan <zhuohui.tan@amd.com>
aronovic
pushed a commit
to aronovic/sonic-mgmt
that referenced
this pull request
Mar 3, 2026
…#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: Mihut Aronovici <aronovic@cisco.com>
ravaliyel
pushed a commit
to ravaliyel/sonic-mgmt
that referenced
this pull request
Mar 12, 2026
…#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: Ravali Yeluri (WIPRO LIMITED) <v-ryeluri@microsoft.com>
abhishek-nexthop
pushed a commit
to nexthop-ai/sonic-mgmt
that referenced
this pull request
Mar 17, 2026
…#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: Abhishek <abhishek@nexthop.ai>
ravaliyel
pushed a commit
to ravaliyel/sonic-mgmt
that referenced
this pull request
Mar 27, 2026
…#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
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