Skip to content

Commit

Permalink
Merge pull request #10662 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-10638-to-release-4.15

[release-4.15] Add retry for storageSystem check
  • Loading branch information
petr-balogh authored Oct 14, 2024
2 parents 5acae2e + e060178 commit c0bb03d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/ocs/resources/storage_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,7 @@ def verify_ocs_csv(ocs_registry_image=None):
)


@retry(AssertionError, 15, 10, 1)
def verify_storage_system():
"""
Verify storage system status
Expand Down

0 comments on commit c0bb03d

Please sign in to comment.