Skip to content

Commit

Permalink
Merge pull request #10638 from petr-balogh/add-retry-for-storagesyste…
Browse files Browse the repository at this point in the history
…m-validation

Add retry for storageSystem check
  • Loading branch information
petr-balogh authored Oct 9, 2024
2 parents c2e8adc + 39041f3 commit f7c3d5b
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 @@ -937,6 +937,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 f7c3d5b

Please sign in to comment.