From b72e116e167804e58712239cbca3342a262bc96d Mon Sep 17 00:00:00 2001 From: Yaqiang Zhu Date: Mon, 22 Apr 2024 10:42:42 +0800 Subject: [PATCH] Revert "[dhcp_relay] Skip test_dhcpv6_relay for dualtor-aa (#12046)" (#12309) What is the motivation for this PR? dhcpv6 relay failure in dualtor-aa was fixed by #11695 Hence remove skip condition How did you do it? Remove skip test_dhcpv6_relay in dualtor-aa How did you verify/test it? Run test --- .../conditional_mark/tests_mark_conditions.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 9cbe8f52cf0..f03542f2d9a 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -299,20 +299,6 @@ dhcp_relay/test_dhcpv6_relay.py: conditions: - "platform in ['x86_64-8111_32eh_o-r0']" -dhcp_relay/test_dhcpv6_relay.py::test_dhcp_relay_default: - skip: - reason: "Test is not supported in dualtor-aa" - conditions: - - https://github.com/sonic-net/sonic-mgmt/issues/12045 - - "'dualtor-aa' in topo_name" - -dhcp_relay/test_dhcpv6_relay.py::test_dhcpv6_relay_counter: - skip: - reason: "Test is not supported in dualtor-aa" - conditions: - - https://github.com/sonic-net/sonic-mgmt/issues/12045 - - "'dualtor-aa' in topo_name" - ####################################### ##### drop_packets ##### #######################################