Skip to content

Commit

Permalink
Delete skip release 202012 (#4405)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyyeh authored Oct 1, 2021
1 parent 44cf21d commit ca21d01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/dhcp_relay/test_dhcpv6_relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ca21d01

Please sign in to comment.