[TH5] Skip VxLAN Tests for Non-Applicable Topologies#20708
Merged
yejianquan merged 1 commit intosonic-net:202505from Sep 18, 2025
Merged
[TH5] Skip VxLAN Tests for Non-Applicable Topologies#20708yejianquan merged 1 commit intosonic-net:202505from
yejianquan merged 1 commit intosonic-net:202505from
Conversation
Skip the following tests: decap/test_decap.py::test_decap[ttl=pipe, dscp=pipe, vxlan=disable] vxlan/test_vxlan_decap.py for the following topologes: - t0-isolated-d32u32s2 - t0-isolated-d256u256s2 - t0-isolated-v6-d32u32s2 - t0-isolated-v6-d256u256s2 - t1-isolated-d56u2 - t1-isolated-d56u1-lag - t1-isolated-d448u15-lag - t1-isolated-v6-d56u2 - t1-isolated-v6-d56u1-lag - t1-isolated-v6-d448u15-lag - t1-isolated-d32 - t1-isolated-d128 - t1-isolated-v6-d128 - t0-isolated-d96u32s2 - t0-isolated-v6-d96u32s2
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
11 tasks
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.
Note: this is a manual cherry-pick to 202505 of #20552
Note: depends on #20382 to pass static analysis.
Description of PR
Skip the following tests:
decap/test_decap.py::test_decap[ttl=pipe, dscp=uniform, vxlan=set_unset]
vxlan/test_vxlan_decap.py
for the following topologes:
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Skip tests that are not required for the following topologies: t0-isolated-d32u32s2, t0-isolated-d256u256s2, t0-isolated-v6-d32u32s2, t0-isolated-v6-d256u256s2, t1-isolated-d56u2, t1-isolated-d56u1-lag, t1-isolated-d448u15-lag, t1-isolated-v6-d56u2, t1-isolated-v6-d56u1-lag, t1-isolated-v6-d448u15-lag, t1-isolated-d32, t1-isolated-d128, t1-isolated-v6-d128, t0-isolated-d96u32s2, t0-isolated-v6-d96u32s2.
How did you do it?
Added a skip conditional mark to the following tests:
decap/test_decap.py::test_decap[ttl=pipe, dscp=uniform, vxlan=set_unset]
vxlan/test_vxlan_decap.py
How did you verify/test it?
Tried to run the test and confirmed it is skipped.