Skip to content

Commit

Permalink
Remove autouse flag from macsec_setup now that we do macsec setup in …
Browse files Browse the repository at this point in the history
…add-topo/deploy-mg
  • Loading branch information
judyjoseph committed Feb 3, 2025
1 parent b313b28 commit 548e6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/macsec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __shutdown_macsec():
cleanup_macsec_configuration(macsec_duthost, ctrl_links, profile['name'])
return __shutdown_macsec

@pytest.fixture(scope="module", autouse=True)
@pytest.fixture(scope="module")
def macsec_setup(self, startup_macsec, shutdown_macsec, macsec_feature):
'''
setup macsec links
Expand Down

0 comments on commit 548e6d6

Please sign in to comment.