Skip to content

Commit

Permalink
Add the 'threading_lock' fixture to workload_storageutilization_rbd a…
Browse files Browse the repository at this point in the history
…nd workload_storageutilization_cephfs

Signed-off-by: Itzhak Kave <[email protected]>
  • Loading branch information
Itzhak Kave committed Nov 8, 2023
1 parent 6f459a8 commit aa1c014
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/manage/z_cluster/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def workload_storageutilization_rbd(
measurement_dir,
tmp_path,
supported_configuration,
threading_lock,
):
"""
In order to use this fixture you need to pass 3 indirect parameters:
Expand Down Expand Up @@ -63,6 +64,7 @@ def workload_storageutilization_cephfs(
measurement_dir,
tmp_path,
supported_configuration,
threading_lock,
):
"""
In order to use this fixture you need to pass 3 indirect parameters:
Expand Down

0 comments on commit aa1c014

Please sign in to comment.