Skip to content

Commit

Permalink
Remove macsec skip in 202305 added via PR #10246 (#10820)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
Revert the macsec test skip PR, done earlier via PR #10246

How did you do it?
How did you verify/test it?
  • Loading branch information
judyjoseph authored Nov 22, 2023
1 parent 83cb1ec commit 67e12fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .azure-pipelines/pr_test_scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ t0-2vlans:
- dhcp_relay/test_dhcpv6_relay.py

t0-sonic:
# - bgp/test_bgp_fact.py
# - macsec/test_controlplane.py
# - macsec/test_dataplane.py
# - macsec/test_deployment.py
# - macsec/test_fault_handling.py
# - macsec/test_interop_protocol.py
- bgp/test_bgp_fact.py
- macsec/test_controlplane.py
- macsec/test_dataplane.py
- macsec/test_deployment.py
- macsec/test_fault_handling.py
- macsec/test_interop_protocol.py
- pc/test_retry_count.py
- platform_tests/test_advanced_reboot.py::test_warm_reboot

Expand Down
1 change: 0 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ stages:
VM_TYPE: vsonic
KVM_IMAGE_BRANCH: "202305"
MGMT_BRANCH: "202305"
SCRIPTS_EXCLUDE: "bgp/test_bgp_fact.py"

# - job: wan_elastictest
# displayName: "kvmtest-wan by Elastictest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,12 +645,6 @@ ipfwd/test_mtu.py:
#######################################
##### macsec #####
#######################################
macsec:
skip:
reason: 'Skip for t0-sonic to prevent deadlock with code PR merge'
conditions:
- "'t0' in topo_name"

macsec/test_dataplane.py::TestDataPlane::test_server_to_neighbor:
skip:
reason: 'test_server_to_neighbor needs downstream neighbors, which is not present in this topo'
Expand Down

0 comments on commit 67e12fe

Please sign in to comment.