Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -747,12 +747,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'
Expand Down