Skip to content

Commit

Permalink
skip vxlan_decap testcase on cisco 8122 platform (#15219)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharudattaSChitale authored and mssonicbld committed Nov 4, 2024
1 parent dd12ca2 commit 64197a7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,12 @@ vxlan/test_vxlan_crm.py::Test_VxLAN_Crm::test_crm_512_nexthop_groups[v6_in_v6]:
- "asic_gen == 'spc1'"
- "(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'])"

vxlan/test_vxlan_decap.py:
skip:
reason: "vxlan support not available for cisco-8122 platforms"
conditions:
- "platform in ['x86_64-8122_64eh_o-r0', 'x86_64-8122_64ehf_o-r0']"

vxlan/test_vxlan_ecmp.py:
skip:
reason: "VxLAN ECMP test is not yet supported on multi-ASIC platform. Also this test can only run on 4600c, 2700 and 8102."
Expand Down

0 comments on commit 64197a7

Please sign in to comment.