Skip to content

Commit

Permalink
Add retry for storageSystem check
Browse files Browse the repository at this point in the history
Fixes: #10637

Signed-off-by: Petr Balogh <[email protected]>
  • Loading branch information
petr-balogh committed Oct 9, 2024
1 parent d86f0fd commit 39041f3
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 39041f3

Please sign in to comment.