Skip to content

Commit 813e109

Browse files
CharudattaSChitaleveronica-arista
authored andcommitted
skip vxlan_decap testcase on cisco 8122 platform (sonic-net#15219)
1 parent 9c31a5b commit 813e109

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -2086,6 +2086,12 @@ vxlan/test_vxlan_crm.py::Test_VxLAN_Crm::test_crm_512_nexthop_groups[v6_in_v6]:
20862086
- "(is_multi_asic == True) or (platform not in ['x86_64-8102_64h_o-r0', 'x86_64-8101_32fh_o-r0', 'x86_64-mlnx_msn4600c-r0', 'x86_64-mlnx_msn2700-r0', 'x86_64-mlnx_msn2700a1-r0', 'x86_64-kvm_x86_64-r0', 'x86_64-mlnx_msn4700-r0', 'x86_64-nvidia_sn4280-r0'])"
20872087
- "asic_gen == 'spc1'"
20882088

2089+
vxlan/test_vxlan_decap.py:
2090+
skip:
2091+
reason: "vxlan support not available for cisco-8122 platforms"
2092+
conditions:
2093+
- "platform in ['x86_64-8122_64eh_o-r0', 'x86_64-8122_64ehf_o-r0']"
2094+
20892095
vxlan/test_vxlan_ecmp.py:
20902096
skip:
20912097
reason: "VxLAN ECMP test is not yet supported on multi-ASIC platform. Also this test can only run on some platforms."

0 commit comments

Comments
 (0)