Skip to content

Commit e2fe2d8

Browse files
Change fixture scope from session to module
Change-Id: I7b304d40004ea699c29d61d88b7bd1f64ec63a53
1 parent f9278f7 commit e2fe2d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/flow_counter/flow_counter_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def check_stats(self):
103103
return verify_route_flow_counter_stats(self.expected_stats, actual_stats)
104104

105105

106-
@pytest.fixture(scope = "session")
106+
@pytest.fixture(scope = "module")
107107
def is_route_flow_counter_supported(duthosts, enum_rand_one_per_hwsku_hostname):
108108
"""Check if route flow counter is supported on this platform
109109

0 commit comments

Comments
 (0)