Skip to content

Commit

Permalink
Skip Macsec test case till macsec orch code is made SAIv1.8.0 compati…
Browse files Browse the repository at this point in the history
…ble (#1688)

What I did:

Skip DVS MACSEC test case till macsec orch code is made compatible with SAI v1.8.0

Why I did:

Without this sai-redis PR build fails because of DVS VS test. This change will resolve dead-lock between swss and sai-redis repo PR to get merged.
  • Loading branch information
abdosi committed Apr 5, 2021
1 parent 872b5cb commit 637e8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_macsec.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ def deinit_macsec(
macsec_port_identifier))
wpa.deinit_macsec_port(port_name)

@pytest.mark.skip("Skip to be removed after macsec orch is made compatible to SAI v1.8.0")
def test_macsec_term_orch(self, dvs: conftest.DockerVirtualSwitch, testlog):
port_name = "Ethernet0"
local_mac_address = "00-15-5D-78-FF-C1"
Expand Down

0 comments on commit 637e8d0

Please sign in to comment.