Skip to content

Commit

Permalink
Fix threading_lock missing arg issue in test test_monitoring_shutdown…
Browse files Browse the repository at this point in the history
…_mgr_pod (#9817)

Signed-off-by: Prasad Desala <[email protected]>
  • Loading branch information
openshift-cherrypick-robot authored May 30, 2024
1 parent e0ca568 commit 82dcb57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,8 @@ def test_monitoring_shutdown_mgr_pod(self, pods, threading_lock):
and check ceph related metrics
"""
# Check ceph metrics available
assert (
check_ceph_metrics_available()
assert check_ceph_metrics_available(
threading_lock=threading_lock
), "failed to get results for some metrics before Downscaling deployment mgr to 0"

# Get pod mge name and mgr deployment
Expand Down

0 comments on commit 82dcb57

Please sign in to comment.