Skip to content

Commit

Permalink
[Vxlan ECMP tests][MASIC] Skip vxlan ECMP tests as they are not yet s…
Browse files Browse the repository at this point in the history
…upported on multi-ASIC (#5225)
  • Loading branch information
smaheshm authored Feb 28, 2022
1 parent cc1a691 commit bba35fa
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,14 @@ system_health/test_system_health.py::test_service_checker_with_process_exit:
- "build_version <= '20201231.44'"

#######################################
##### vxlan #####
##### VxLAN #####
#######################################
vxlan/test_vxlan_ecmp.py:
skip:
reason: "VxLAN ECMP test is not yet supported on multi-ASIC platform"
conditions:
- "is_multi_asic==True"

vxlan/test_vxlan_ecmp.py::Test_VxLAN_route_tests::test_vxlan_single_endpoint:
skip:
reason: "This test can only run on 4600c and 8102"
Expand Down

0 comments on commit bba35fa

Please sign in to comment.