Skip to content

Commit 1c608a9

Browse files
authored
Skip test_lag_hash and test_ecmp_hash on Cisco platform (#17175)
Current hash logic can not support lag only and ecmp only hash Signed-off-by: Kevin Wang <[email protected]>
1 parent ab2b6c3 commit 1c608a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,9 +1148,9 @@ hash/test_generic_hash.py::test_ecmp_and_lag_hash[CRC_CCITT-IN_PORT:
11481148

11491149
hash/test_generic_hash.py::test_ecmp_hash:
11501150
skip:
1151-
reason: 'ECMP hash not supported in broadcom SAI'
1151+
reason: 'ECMP hash not supported in broadcom SAI and Cisco 8000'
11521152
conditions:
1153-
- "asic_type in ['broadcom']"
1153+
- "asic_type in ['broadcom', 'cisco-8000']"
11541154

11551155
hash/test_generic_hash.py::test_ecmp_hash[CRC-INNER_IP_PROTOCOL:
11561156
skip:
@@ -1167,9 +1167,9 @@ hash/test_generic_hash.py::test_hash_capability:
11671167

11681168
hash/test_generic_hash.py::test_lag_hash:
11691169
skip:
1170-
reason: 'LAG hash not supported in broadcom SAI'
1170+
reason: 'LAG hash not supported in broadcom SAI and Cisco 8000'
11711171
conditions:
1172-
- "asic_type in ['broadcom']"
1172+
- "asic_type in ['broadcom', 'cisco-8000']"
11731173

11741174
hash/test_generic_hash.py::test_lag_hash[CRC-INNER_IP_PROTOCOL:
11751175
skip:

0 commit comments

Comments
 (0)