Skip to content

Commit 15324c7

Browse files
pragnya-aristaytzur1
authored andcommitted
[master][sonic-mgmt]Skip ipv6 cases under everflow/test_everflow_per_interface.py on on Arista-7260CX3 and Arista-7060CX (sonic-net#19500)
What is the motivation for this PR? Added further cases to skip as requested in 19308 The original issue that requires these cases to be skipped is being tracked in 627 and public issue 19096 How did you do it? How did you verify/test it? Any platform specific information? Yes - Arista-7260CX3(TH2) Signed-off-by: Yael Tzur <[email protected]>
1 parent 7e6187b commit 15324c7

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,14 @@ everflow/test_everflow_per_interface.py:
11401140
- "platform in ['x86_64-8800_lc_48h_o-r0', 'x86_64-8800_lc_48h-r0']"
11411141
- "(is_multi_asic==True) and https://github.com/sonic-net/sonic-buildimage/issues/11776"
11421142

1143+
everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv4-erspan_ipv6-default]:
1144+
skip:
1145+
reason: "SAI_STATUS_NOT_SUPPORTED for everflow over IPv6 on Arista-7260CX3 and Arista-7060CX"
1146+
conditions_logical_operator: and
1147+
conditions:
1148+
- "https://github.com/sonic-net/sonic-mgmt/issues/19096"
1149+
- "platform in ['x86_64-arista_7260cx3_64', 'x86_64-arista_7060_cx32s']"
1150+
11431151
everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-erspan:
11441152
skip:
11451153
reason: "Skip everflow packet integrity IPv6 test on unsupported platforms"
@@ -1150,6 +1158,14 @@ everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-erspan
11501158
- "platform in ['x86_64-8800_lc_48h_o-r0', 'x86_64-8800_lc_48h-r0']"
11511159
- "(is_multi_asic==True) and https://github.com/sonic-net/sonic-buildimage/issues/11776"
11521160

1161+
everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-erspan_ipv6-default]:
1162+
skip:
1163+
reason: "SAI_STATUS_NOT_SUPPORTED for everflow over IPv6 on Arista-7260CX3 and Arista-7060CX"
1164+
conditions_logical_operator: and
1165+
conditions:
1166+
- "https://github.com/sonic-net/sonic-mgmt/issues/19096"
1167+
- "platform in ['x86_64-arista_7260cx3_64', 'x86_64-arista_7060_cx32s']"
1168+
11531169
everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-m0_l3_scenario]:
11541170
skip:
11551171
reason: "Skip m0 everflow packet integrity IPv6 test on unsupported platforms"
@@ -1170,6 +1186,14 @@ everflow/test_everflow_per_interface.py::test_everflow_packet_format[ipv6-m0_vla
11701186
- "platform in ['x86_64-8800_lc_48h_o-r0', 'x86_64-8800_lc_48h-r0']"
11711187
- "(is_multi_asic==True) and https://github.com/sonic-net/sonic-buildimage/issues/11776"
11721188

1189+
everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv4-erspan_ipv6-default]:
1190+
skip:
1191+
reason: "SAI_STATUS_NOT_SUPPORTED for everflow over IPv6 on Arista-7260CX3 and Arista-7060CX"
1192+
conditions_logical_operator: and
1193+
conditions:
1194+
- "https://github.com/sonic-net/sonic-mgmt/issues/19096"
1195+
- "platform in ['x86_64-arista_7260cx3_64', 'x86_64-arista_7060_cx32s']"
1196+
11731197
everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-erspan:
11741198
skip:
11751199
reason: "Skip everflow per interface IPv6 test on unsupported platforms"
@@ -1180,6 +1204,14 @@ everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-erspan
11801204
- "platform in ['x86_64-8800_lc_48h_o-r0', 'x86_64-8800_lc_48h-r0']"
11811205
- "(is_multi_asic==True) and https://github.com/sonic-net/sonic-buildimage/issues/11776"
11821206

1207+
everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-erspan_ipv6-default]:
1208+
skip:
1209+
reason: "SAI_STATUS_NOT_SUPPORTED for everflow over IPv6 on Arista-7260CX3 and Arista-7060CX"
1210+
conditions_logical_operator: and
1211+
conditions:
1212+
- "https://github.com/sonic-net/sonic-mgmt/issues/19096"
1213+
- "platform in ['x86_64-arista_7260cx3_64', 'x86_64-arista_7060_cx32s']"
1214+
11831215
everflow/test_everflow_per_interface.py::test_everflow_per_interface[ipv6-m0_l3_scenario]:
11841216
skip:
11851217
reason: "Skip m0 everflow per interface IPv6 test on unsupported platforms"

0 commit comments

Comments
 (0)