Skip to content

[master][sonic-mgmt]Skip everflow/test_everflow_ipv6 and ipv6 cases under everflow/test_everflow_testbed on Arista-7260CX3#19308

Merged
StormLiangMS merged 1 commit intosonic-net:masterfrom
pragnya-arista:master-skip-everflow-v6-7260CX3
Jul 4, 2025
Merged

[master][sonic-mgmt]Skip everflow/test_everflow_ipv6 and ipv6 cases under everflow/test_everflow_testbed on Arista-7260CX3#19308
StormLiangMS merged 1 commit intosonic-net:masterfrom
pragnya-arista:master-skip-everflow-v6-7260CX3

Conversation

@pragnya-arista
Copy link
Copy Markdown
Contributor

@pragnya-arista pragnya-arista commented Jul 1, 2025

Description of PR

Summary:
Fixes # (627)

Type of change

  • Bug fix
  • Testbed and Framework(new/improvement)
  • New Test case
    • Skipped for non-supported platforms
  • Test case improvement

Back port request

  • 202205
  • 202305
  • 202311
  • 202405
  • 202411
  • 202505

Approach

What is the motivation for this PR?

  • Support for everflow over ipv6 encap cases was added by PR 16836
  • However, this does not appear to have SAI support on 7260CX3
  • When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
  • |E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
  • This is being tracked in 627 and public issue 19096
  • The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported

How did you do it?

How did you verify/test it?

Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?

Yes - Arista-7260CX3(TH2)

Supported testbed topology if it's a new test case?

Documentation

under everflow/test_everflow_testbed on Arista-DCS7260CX3
@mssonicbld
Copy link
Copy Markdown
Collaborator

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@pragnya-arista pragnya-arista changed the title [master][sonic-mgmt]Skip everflow/test_everflow_ipv6 and ipv6 cases [master][sonic-mgmt]Skip everflow/test_everflow_ipv6 and ipv6 cases under everflow/test_everflow_testbed on Arista-7260CX3 Jul 1, 2025
@StormLiangMS StormLiangMS requested a review from prsunny July 2, 2025 08:13
@StormLiangMS
Copy link
Copy Markdown
Collaborator

hi @prsunny could you help to comment if we can skip this one on 7260?

@prsunny
Copy link
Copy Markdown
Contributor

prsunny commented Jul 3, 2025

@mramezani95 , could you review as well?

@prsunny prsunny requested a review from mramezani95 July 3, 2025 18:26
@mramezani95
Copy link
Copy Markdown
Contributor

mramezani95 commented Jul 3, 2025

@pragnya-arista Can you please also skip these tests? These tests have also failed in our nightly tests for the same reason:

everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-erspan_ipv6-default]
everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv4-erspan_ipv6-default]
everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-erspan_ipv6-default]
everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv4-erspan_ipv6-default]

@StormLiangMS StormLiangMS merged commit 53678c6 into sonic-net:master Jul 4, 2025
18 checks passed
@StormLiangMS
Copy link
Copy Markdown
Collaborator

pragnya-arista

hi @pragnya-arista, could you help to take a look?

@pragnya-arista
Copy link
Copy Markdown
Contributor Author

pragnya-arista

hi @pragnya-arista, could you help to take a look?

Sure, will do - since the PR has already merged to master, I'll open a separate PR for skipping v6 cases under test_everflow_per_interface.py for master(and backport that to 202505)

@pragnya-arista
Copy link
Copy Markdown
Contributor Author

@pragnya-arista Can you please also skip these tests? These tests have also failed in our nightly tests for the same reason:

everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-erspan_ipv6-default]
everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv4-erspan_ipv6-default]
everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-erspan_ipv6-default]
everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv4-erspan_ipv6-default]

Sure, will file a separate PR for this since the current PR has already merged

mssonicbld pushed a commit to mssonicbld/sonic-mgmt that referenced this pull request Jul 7, 2025
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)
@mssonicbld
Copy link
Copy Markdown
Collaborator

Cherry-pick PR to 202505: #19437

mssonicbld pushed a commit that referenced this pull request Jul 7, 2025
…nder everflow/test_everflow_testbed on Arista-7260CX3 (#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)
@pragnya-arista
Copy link
Copy Markdown
Contributor Author

Yes - Arista-7260CX3(TH2)

@pragnya-arista Can you please also skip these tests? These tests have also failed in our nightly tests for the same reason:

everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-erspan_ipv6-default]
everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv4-erspan_ipv6-default]
everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-erspan_ipv6-default]
everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv4-erspan_ipv6-default]

Filed 19500 for skipping these cases

nissampa pushed a commit to nissampa/sonic-mgmt_dpu_test that referenced this pull request Aug 7, 2025
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)
ashutosh-agrawal pushed a commit to ashutosh-agrawal/sonic-mgmt that referenced this pull request Aug 14, 2025
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)
vidyac86 pushed a commit to vidyac86/sonic-mgmt that referenced this pull request Oct 23, 2025
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)
opcoder0 pushed a commit to opcoder0/sonic-mgmt that referenced this pull request Dec 8, 2025
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)

Signed-off-by: opcoder0 <110003254+opcoder0@users.noreply.github.com>
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Dec 16, 2025
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)

Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
AharonMalkin pushed a commit to AharonMalkin/sonic-mgmt that referenced this pull request Dec 16, 2025
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)

Signed-off-by: Aharon Malkin <amalkin@nvidia.com>
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Dec 21, 2025
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)

Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
venu-nexthop pushed a commit to venu-nexthop/sonic-mgmt that referenced this pull request Jan 13, 2026
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)
gshemesh2 pushed a commit to gshemesh2/sonic-mgmt that referenced this pull request Jan 26, 2026
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)

Signed-off-by: Guy Shemesh <gshemesh@nvidia.com>
ytzur1 pushed a commit to ytzur1/sonic-mgmt that referenced this pull request Feb 2, 2026
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)

Signed-off-by: Yael Tzur <ytzur@nvidia.com>
venu-nexthop pushed a commit to venu-nexthop/sonic-mgmt that referenced this pull request Mar 27, 2026
…nder everflow/test_everflow_testbed on Arista-7260CX3 (sonic-net#19308)

What is the motivation for this PR?
Support for everflow over ipv6 encap cases was added by PR 16836
However, this does not appear to have SAI support on 7260CX3
When a mirror session for everflow over v6 becomes active on 7260CX3, the orchagent crashes
|E|SAI_STATUS_NOT_SUPPORTED is seen in sairedis.rec
This is being tracked in 627 and public issue 19096
The DUT will never forward the test traffic encapsulated over IPv6+GRE/ERSPAN to the collector since it's unsupported
How did you do it?
How did you verify/test it?
Tested with Arista-7260CX3-D108C8 DUT in a dt120 topology

Any platform specific information?
Yes - Arista-7260CX3(TH2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants