From 30e7b7046c5339e26f0e7a0a272aece7e73b8e3c Mon Sep 17 00:00:00 2001 From: kellyyeh <42761586+kellyyeh@users.noreply.github.com> Date: Thu, 30 Sep 2021 01:00:17 -0700 Subject: [PATCH] Delete skip release 202012 --- tests/dhcp_relay/test_dhcpv6_relay.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/dhcp_relay/test_dhcpv6_relay.py b/tests/dhcp_relay/test_dhcpv6_relay.py index 18d04ed8fba..04f94f07c74 100644 --- a/tests/dhcp_relay/test_dhcpv6_relay.py +++ b/tests/dhcp_relay/test_dhcpv6_relay.py @@ -110,7 +110,7 @@ def test_dhcp_relay_default(ptfhost, duthosts, rand_one_dut_hostname, dut_dhcp_r For each DHCP relay agent running on the DuT, verify DHCP packets are relayed properly """ duthost = duthosts[rand_one_dut_hostname] - skip_release(duthost, ["201811", "201911", "202012"]) + skip_release(duthost, ["201811", "201911"]) for dhcp_relay in dut_dhcp_relay_data: # Run the DHCP relay test on the PTF host @@ -136,7 +136,7 @@ def test_dhcp_relay_after_link_flap(ptfhost, duthosts, rand_one_dut_hostname, du then test whether the DHCP relay agent relays packets properly. """ duthost = duthosts[rand_one_dut_hostname] - skip_release(duthost, ["201811", "201911", "202012"]) + skip_release(duthost, ["201811", "201911"]) for dhcp_relay in dut_dhcp_relay_data: # Bring all uplink interfaces down @@ -177,7 +177,7 @@ def test_dhcp_relay_start_with_uplinks_down(ptfhost, duthosts, rand_one_dut_host relays packets properly. """ duthost = duthosts[rand_one_dut_hostname] - skip_release(duthost, ["201811", "201911", "202012"]) + skip_release(duthost, ["201811", "201911"]) for dhcp_relay in dut_dhcp_relay_data: # Bring all uplink interfaces down