Skip IPv6 mirror session on unsupported platforms in everflow_per_interface test#22328
Merged
bingwang-ms merged 1 commit intosonic-net:masterfrom Feb 13, 2026
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…erface test Signed-off-by: bingwang <bingwang@microsoft.com>
06a19fb to
11c9370
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mramezani95
approved these changes
Feb 11, 2026
anilal-amd
pushed a commit
to anilal-amd/anilal-forked-sonic-mgmt
that referenced
this pull request
Feb 19, 2026
…erface test (sonic-net#22328) Signed-off-by: bingwang <bingwang@microsoft.com> 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
…erface test (sonic-net#22328) Signed-off-by: bingwang <bingwang@microsoft.com> Signed-off-by: Mihut Aronovici <aronovic@cisco.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…atically (sonic-net#22328) #### Why I did it src/sonic-utilities ``` * 2dc0be8d - (HEAD -> 202405, origin/202405) [Arista] Add Arista-7050CX3-32S-C28S4 to generic_config_updater (sonic-net#3851) (7 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
12 tasks
ravaliyel
pushed a commit
to ravaliyel/sonic-mgmt
that referenced
this pull request
Mar 12, 2026
…erface test (sonic-net#22328) Signed-off-by: bingwang <bingwang@microsoft.com> 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
…erface test (sonic-net#22328) Signed-off-by: bingwang <bingwang@microsoft.com> Signed-off-by: Abhishek <abhishek@nexthop.ai>
ravaliyel
pushed a commit
to ravaliyel/sonic-mgmt
that referenced
this pull request
Mar 27, 2026
…erface test (sonic-net#22328) Signed-off-by: bingwang <bingwang@microsoft.com>
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
Summary:
This PR is to skip IPv6 mirror session on unsupported platforms in everflow_per_interface test.
Similar change is done in PR #22242
We can't call fixture
setup_mirror_sessionin tests/everflow/everflow_test_utilities.py due to different signature.Type of change
Back port request
Approach
What is the motivation for this PR?
This PR is to skip IPv6 mirror session on unsupported platforms in everflow_per_interface test.
How did you do it?
Check platform name and
erspan_ip_verinapply_mirror_sessionand skip the test if it's not supported.How did you verify/test it?
The change is verified on a physical testbed.
Any platform specific information?
Arista platform specific change.
Supported testbed topology if it's a new test case?
Not a new test.
Documentation