Skip to content

Commit

Permalink
Xfail test_ecmp_hash test_lag_hash Cisco-8000 limitaion
Browse files Browse the repository at this point in the history
  • Loading branch information
rajendrat committed Jan 22, 2025
1 parent df6f389 commit 91c76ca
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions tests/common/plugins/conditional_mark/tests_mark_conditions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1089,9 +1089,13 @@ hash/test_generic_hash.py::test_ecmp_and_lag_hash[CRC_CCITT-IN_PORT:

hash/test_generic_hash.py::test_ecmp_hash:
skip:
reason: 'ECMP hash not supported in broadcom SAI. Cisco-8000 ECMP HASH with LAG HASH limitation'
reason: 'ECMP hash not supported in broadcom SAI.'
conditions:
- "asic_type in ['broadcom', 'cisco-8000']"
- "asic_type in ['broadcom']"
xfail:
reason: 'Cisco-8000 ECMP HASH with LAG HASH limitation'
conditions:
- "asic_type in ['cisco-8000']"

hash/test_generic_hash.py::test_ecmp_hash[CRC-INNER_IP_PROTOCOL:
skip:
Expand All @@ -1108,9 +1112,13 @@ hash/test_generic_hash.py::test_hash_capability:

hash/test_generic_hash.py::test_lag_hash:
skip:
reason: 'LAG hash not supported in broadcom SAI. Cisco-8000 ECMP HASH with LAG HASH limitation'
reason: 'LAG hash not supported in broadcom SAI.'
conditions:
- "asic_type in ['broadcom', 'cisco-8000']"
- "asic_type in ['broadcom']"
xfail:
reason: 'Cisco-8000 ECMP HASH with LAG HASH limitation'
conditions:
- "asic_type in ['cisco-8000']"

hash/test_generic_hash.py::test_lag_hash[CRC-INNER_IP_PROTOCOL:
skip:
Expand Down

0 comments on commit 91c76ca

Please sign in to comment.