Skip to content

Commit b990af4

Browse files
committed
Skip test_lag_hash and test_ecmp_hash on Cisco platform
Current hash logic can not support lag only and ecmp only hash Signed-off-by: Kevin Wang <shengkaiwang@microsoft.com>
1 parent e96642b commit b990af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ hash/test_generic_hash.py::test_ecmp_hash:
11501150
skip:
11511151
reason: 'ECMP hash not supported in broadcom SAI'
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:
@@ -1169,7 +1169,7 @@ hash/test_generic_hash.py::test_lag_hash:
11691169
skip:
11701170
reason: 'LAG hash not supported in broadcom SAI'
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)