Skip to content

Commit 9dc23e8

Browse files
Xichen96AharonMalkin
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: Aharon Malkin <[email protected]>
1 parent ff5e450 commit 9dc23e8

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
@@ -911,6 +911,12 @@ dhcp_relay/test_dhcp_relay.py::test_dhcp_relay_counter:
911911
conditions:
912912
- "release in ['201811', '201911', '202012']"
913913

914+
dhcp_relay/test_dhcp_relay.py::test_dhcp_relay_monitor_checksum_validation:
915+
skip:
916+
reason: "Current isc-dhcp-relay do not support dropping packets with unexpected checksum"
917+
conditions:
918+
- "https://github.com/sonic-net/sonic-buildimage/issues/24660"
919+
914920
dhcp_relay/test_dhcp_relay.py::test_dhcp_relay_on_dualtor_standby:
915921
skip:
916922
reason: "The test case only tests DHCP relay on the dualtor standby dut"

0 commit comments

Comments
 (0)