From 90152af5a18d27e99bd10afbfedb82adce5079c7 Mon Sep 17 00:00:00 2001 From: Dashuai Zhang Date: Tue, 12 Nov 2024 17:46:01 +1100 Subject: [PATCH] change fixture to module level --- tests/qos/qos_sai_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qos/qos_sai_base.py b/tests/qos/qos_sai_base.py index b802fa74b41..e645e22540f 100644 --- a/tests/qos/qos_sai_base.py +++ b/tests/qos/qos_sai_base.py @@ -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