Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete skip release 202012 #4405

Merged
merged 1 commit into from
Oct 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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