Skip to content

Commit aa1bff7

Browse files
siva-prasad-ciscoytzur1
authored andcommitted
skip 2 TCs for test_nexthop_flap_skip_TCs (sonic-net#18792)
* skip 2 TCs for test_nexthop_flap_skip_TCs * Update tests_mark_conditions.yaml * Update tests_mark_conditions.yaml Signed-off-by: Yael Tzur <[email protected]>
1 parent dbb9e78 commit aa1bff7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,12 @@ hash/test_generic_hash.py::test_nexthop_flap[CRC-INNER_IP_PROTOCOL:
14021402
conditions:
14031403
- "asic_type in ['broadcom', 'mellanox']"
14041404

1405+
hash/test_generic_hash.py::test_nexthop_flap[CRC-IP_PROTOCOL-ipv4-None-None]:
1406+
skip:
1407+
reason: "With IP Protocol alone, Cisco-8000 don't have enough entropy to distribute the packets evenly"
1408+
conditions:
1409+
- "asic_type in ['cisco-8000']"
1410+
14051411
hash/test_generic_hash.py::test_nexthop_flap[CRC_CCITT-INNER_IP_PROTOCOL:
14061412
skip:
14071413
reason: "On Mellanox platforms, due to HW limitation, it would not support CRC algorithm on INNER_IP_PROTOCOL field. For broadcom, ECMP/LAG hash not supported in broadcom SAI. "
@@ -1415,6 +1421,12 @@ hash/test_generic_hash.py::test_nexthop_flap[CRC_CCITT-IN_PORT:
14151421
conditions:
14161422
- "asic_type in ['broadcom', 'mellanox']"
14171423

1424+
hash/test_generic_hash.py::test_nexthop_flap[CRC_CCITT-IP_PROTOCOL-ipv4-None-None]:
1425+
skip:
1426+
reason: "With IP Protocol alone, Cisco-8000 don't have enough entropy to distribute the packets evenly"
1427+
conditions:
1428+
- "asic_type in ['cisco-8000']"
1429+
14181430
hash/test_generic_hash.py::test_reboot:
14191431
skip:
14201432
reason: 'On Mellanox SPC1 platforms, due to HW limitation, it would not support CRC_CCITT algorithm. For broadcom, ECMP/LAG hash not supported in broadcom SAI'

0 commit comments

Comments
 (0)