Skip to content

Commit

Permalink
re-try
Browse files Browse the repository at this point in the history
Signed-off-by: am-agrawa <amagrawa@redhat.com>
  • Loading branch information
am-agrawa committed Jul 18, 2024
1 parent a08eebe commit 241b545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -3176,7 +3176,7 @@ def validate_dpa(self):
if veleropod[0]["status"]["phase"] != "Running":
raise ACMClusterConfigurationException("Velero pod not in 'Running' phase")

# Check backupstoragelocation resource is in "Available" phase or not
# Check backupstoragelocation resource is in "Available" phase
backupstorage = ocp.OCP(
kind="BackupStorageLocation",
resource_name="default",
Expand Down

0 comments on commit 241b545

Please sign in to comment.