Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,14 @@ everflow/test_everflow_per_interface.py:
- "platform in ['x86_64-8800_lc_48h_o-r0', 'x86_64-8800_lc_48h-r0']"
- "(is_multi_asic==True) and https://github.com/sonic-net/sonic-buildimage/issues/11776"

everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv4-erspan_ipv6-default]:
skip:
reason: "SAI_STATUS_NOT_SUPPORTED for everflow over IPv6 on Arista-7260CX3 and Arista-7060CX"
conditions_logical_operator: and
conditions:
- "https://github.com/sonic-net/sonic-mgmt/issues/19096"
- "platform in ['x86_64-arista_7260cx3_64', 'x86_64-arista_7060_cx32s']"

everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-erspan:
skip:
reason: "Skip everflow packet integrity IPv6 test on unsupported platforms"
Expand All @@ -1145,6 +1153,14 @@ everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-erspan
- "platform in ['x86_64-8800_lc_48h_o-r0', 'x86_64-8800_lc_48h-r0']"
- "(is_multi_asic==True) and https://github.com/sonic-net/sonic-buildimage/issues/11776"

everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-erspan_ipv6-default]:
skip:
reason: "SAI_STATUS_NOT_SUPPORTED for everflow over IPv6 on Arista-7260CX3 and Arista-7060CX"
conditions_logical_operator: and
conditions:
- "https://github.com/sonic-net/sonic-mgmt/issues/19096"
- "platform in ['x86_64-arista_7260cx3_64', 'x86_64-arista_7060_cx32s']"

everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-m0_l3_scenario]:
skip:
reason: "Skip m0 everflow packet integrity IPv6 test on unsupported platforms"
Expand All @@ -1165,6 +1181,14 @@ everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-m0_vla
- "platform in ['x86_64-8800_lc_48h_o-r0', 'x86_64-8800_lc_48h-r0']"
- "(is_multi_asic==True) and https://github.com/sonic-net/sonic-buildimage/issues/11776"

everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv4-erspan_ipv6-default]:
skip:
reason: "SAI_STATUS_NOT_SUPPORTED for everflow over IPv6 on Arista-7260CX3 and Arista-7060CX"
conditions_logical_operator: and
conditions:
- "https://github.com/sonic-net/sonic-mgmt/issues/19096"
- "platform in ['x86_64-arista_7260cx3_64', 'x86_64-arista_7060_cx32s']"

everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-erspan:
skip:
reason: "Skip everflow per interface IPv6 test on unsupported platforms"
Expand All @@ -1175,6 +1199,14 @@ everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-erspan
- "platform in ['x86_64-8800_lc_48h_o-r0', 'x86_64-8800_lc_48h-r0']"
- "(is_multi_asic==True) and https://github.com/sonic-net/sonic-buildimage/issues/11776"

everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-erspan_ipv6-default]:
skip:
reason: "SAI_STATUS_NOT_SUPPORTED for everflow over IPv6 on Arista-7260CX3 and Arista-7060CX"
conditions_logical_operator: and
conditions:
- "https://github.com/sonic-net/sonic-mgmt/issues/19096"
- "platform in ['x86_64-arista_7260cx3_64', 'x86_64-arista_7060_cx32s']"

everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-m0_l3_scenario]:
skip:
reason: "Skip m0 everflow per interface IPv6 test on unsupported platforms"
Expand Down
Loading