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
Original file line number Diff line number Diff line change
Expand Up @@ -991,9 +991,9 @@ hash/test_generic_hash.py::test_ecmp_and_lag_hash[CRC-INNER_IP_PROTOCOL:

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

hash/test_generic_hash.py::test_ecmp_hash[CRC-INNER_IP_PROTOCOL:
skip:
Expand All @@ -1010,9 +1010,9 @@ 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'
reason: 'LAG hash not supported in broadcom SAI and Cisco 8000'
conditions:
- "asic_type in ['broadcom']"
- "asic_type in ['broadcom', 'cisco-8000']"

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