Skip to content

Commit

Permalink
change fixture to module level
Browse files Browse the repository at this point in the history
  • Loading branch information
sdszhang committed Nov 12, 2024
1 parent e57bdd9 commit 90152af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qos/qos_sai_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def __assignTestPortIps(self, mgFacts, topo):

return dutPortIps

@pytest.fixture(scope='class')
@pytest.fixture(scope='module')
def swapSyncd_on_selected_duts(self, request, duthosts, creds, tbinfo, lower_tor_host): # noqa F811
"""
Swap syncd on DUT host
Expand Down

0 comments on commit 90152af

Please sign in to comment.