Skip to content

Commit

Permalink
Remove the skip for macsec tests (#10132)
Browse files Browse the repository at this point in the history
Summary:

Revert the PRs, to get the macsec tests run
#10101
#10088

co-authorized by: jianquanye@microsoft.com
  • Loading branch information
judyjoseph authored Sep 27, 2023
1 parent 5ea2dc6 commit 2582989
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 @@ -142,7 +142,6 @@ stages:
VM_TYPE: vsonic
KVM_IMAGE_BRANCH: "master"
MGMT_BRANCH: "master"
SCRIPTS_EXCLUDE: "bgp/test_bgp_fact.py"

- job: dpu_elastictest
displayName: "kvmtest-dpu by Elastictest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,12 +654,6 @@ ipfwd/test_nhop_group.py::test_nhop_group_member_order_capability:
#######################################
##### 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 2582989

Please sign in to comment.