Skip to content

Commit b99368d

Browse files
Xichen96abhishek-nexthop
authored andcommitted
[dhcp_relay] skip test_dhcp_relay_monitor_checksum_validation (sonic-net#21494)
Current isc-dhcp-relay do not support dropping packets with wrong ip and udp checksum, this skipping this test. Issue tracking this sonic-net/sonic-buildimage#24660. Signed-off-by: Xichen Lin <[email protected]> Signed-off-by: Abhishek <[email protected]>
1 parent a234640 commit b99368d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,12 @@ dhcp_relay/test_dhcp_relay.py::test_dhcp_relay_counter:
904904
conditions:
905905
- "release in ['201811', '201911', '202012']"
906906

907+
dhcp_relay/test_dhcp_relay.py::test_dhcp_relay_monitor_checksum_validation:
908+
skip:
909+
reason: "Current isc-dhcp-relay do not support dropping packets with unexpected checksum"
910+
conditions:
911+
- "https://github.com/sonic-net/sonic-buildimage/issues/24660"
912+
907913
dhcp_relay/test_dhcp_relay.py::test_dhcp_relay_on_dualtor_standby:
908914
skip:
909915
reason: "The test case only tests DHCP relay on the dualtor standby dut"

0 commit comments

Comments
 (0)