Skip to content

Commit

Permalink
xfail new case which failed on other platforms (sonic-net#14110)
Browse files Browse the repository at this point in the history
Summary:
There is a new test which failed on platform other than Mellanox, opened an issue to track the issue and set it as xfail in master branch.

Fixes # (issue) sonic-net#14109

Type of change
 Bug fix
 Testbed and Framework(new/improvement)
 Test case(new/improvement)
  • Loading branch information
StormLiangMS authored Aug 15, 2024
1 parent 5b7135f commit 81d3b70
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -737,12 +737,33 @@ generic_config_updater/test_pg_headroom_update.py:
#######################################
##### hash #####
#######################################
hash/test_generic_hash.py::test_algorithm_config:
xfail:
reason: "This is a new test cases and doesn't work for platform other than Mellanox, xfail them before the issue is addressed"
conditions:
- "asic_type not in ['mellanox']"
- https://github.com/sonic-net/sonic-mgmt/issues/14109

hash/test_generic_hash.py::test_backend_error_messages:
xfail:
reason: "This is a new test cases and doesn't work for platform other than Mellanox, xfail them before the issue is addressed"
conditions:
- "asic_type not in ['mellanox']"
- https://github.com/sonic-net/sonic-mgmt/issues/14109

hash/test_generic_hash.py::test_ecmp_and_lag_hash:
skip:
reason: 'On Mellanox SPC1 platforms, due to HW limitation, it would not support CRC_CCITT algorithm'
conditions:
- "asic_gen == 'spc1'"

hash/test_generic_hash.py::test_hash_capability:
xfail:
reason: "This is a new test cases and doesn't work for platform other than Mellanox, xfail them before the issue is addressed"
conditions:
- "asic_type not in ['mellanox']"
- https://github.com/sonic-net/sonic-mgmt/issues/14109

hash/test_generic_hash.py::test_lag_member_flap:
skip:
reason: 'On Mellanox SPC1 platforms, due to HW limitation, it would not support CRC_CCITT algorithm, for other platforms, skipping due to missing object in SonicHost'
Expand Down

0 comments on commit 81d3b70

Please sign in to comment.