Skip to content

Commit

Permalink
Add retries to service export validation
Browse files Browse the repository at this point in the history
Signed-off-by: Shylesh Kumar Mohan <[email protected]>
  • Loading branch information
shylesh committed Nov 6, 2023
1 parent c5f35dc commit 8a5356f
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 @@ -2544,6 +2544,7 @@ def patch_storage_cluster_for_custom_storage_class(
return False


@retry(AssertionError, 50, 10, 1)
def validate_serviceexport():
"""
validate the serviceexport resource
Expand Down

0 comments on commit 8a5356f

Please sign in to comment.