@@ -188,7 +188,7 @@ wait_backup_agent $cluster-1
188188wait_backup_agent $cluster -2
189189
190190if [ -z " $SKIP_BACKUPS_TO_AWS_GCP_AZURE " ]; then
191- desc ' Check GCS pfofiles '
191+ desc ' Check GCS profiles '
192192 compare_pbm_profile_setup " some-name" " gcp-cs-s3"
193193 compare_pbm_profile_setup " some-name" " gcp-cs-sa"
194194fi
@@ -224,24 +224,24 @@ if [ -z "$SKIP_BACKUPS_TO_AWS_GCP_AZURE" ]; then
224224 desc ' check backup and restore -- aws-s3'
225225 backup_dest_aws=$( get_backup_dest " $backup_name_aws " )
226226 setup_aws_credentials
227- check_backup_existence_aws ${backup_name_aws } ' /rs0/myApp.test.gz'
227+ check_backup_existence_aws ${backup_dest_aws } ' /rs0/myApp.test.gz'
228228 run_recovery_check " $backup_name_aws " " $cluster "
229229
230230 desc ' check backup and restore -- gcp-cs-s3'
231231 backup_dest_gcp_s3=$( get_backup_dest " $backup_name_gcp_s3 " )
232232 setup_gcs_credentials
233- check_backup_existence_gcs ${backup_name_gcp_s3 } ' /rs0/myApp.test.gz'
233+ check_backup_existence_gcs ${backup_dest_gcp_s3 } ' /rs0/myApp.test.gz'
234234 run_recovery_check " $backup_name_gcp_s3 " " $cluster "
235235
236236 desc ' check backup and restore -- gcp-cs-sa'
237237 backup_dest_gcp_sa=$( get_backup_dest " $backup_name_gcp_sa " )
238- check_backup_existence_gcs ${backup_name_gcp_sa } ' /rs0/myApp.test.gz'
238+ check_backup_existence_gcs ${backup_dest_gcp_sa } ' /rs0/myApp.test.gz'
239239 run_recovery_check " $backup_name_gcp_sa " " $cluster "
240240
241241 desc ' check backup and restore -- azure-blob'
242242 backup_dest_azure=$( get_backup_dest " $backup_name_azure " )
243243 setup_azure_credentials
244- check_backup_in_azure ${backup_name_azure } ' /rs0/myApp.test.gz'
244+ check_backup_existence_azure ${backup_dest_azure } ' /rs0/myApp.test.gz'
245245 run_recovery_check " $backup_name_azure " " $cluster "
246246fi
247247
@@ -288,10 +288,10 @@ if [[ $backup_exists -eq 1 ]]; then
288288fi
289289
290290if [ -z " $SKIP_BACKUPS_TO_AWS_GCP_AZURE " ]; then
291- check_backup_deletion_aws " $backup_dest_aws "
292- check_backup_deletion_gcs " $backup_dest_gcp_s3 "
293- check_backup_deletion_gcs " $backup_dest_gcp_sa "
294- check_backup_deletion_azure " $backup_dest_azure "
291+ check_backup_deletion_aws " $backup_dest_aws " " /rs0/myApp.test.gz "
292+ check_backup_deletion_gcs " $backup_dest_gcp_s3 " " /rs0/myApp.test.gz "
293+ check_backup_deletion_gcs " $backup_dest_gcp_sa " " /rs0/myApp.test.gz "
294+ check_backup_deletion_azure " $backup_dest_azure " " /rs0/myApp.test.gz "
295295fi
296296
297297desc ' checking backup deletion without cr'
@@ -330,10 +330,10 @@ if [[ $backup_exists -eq 1 ]]; then
330330fi
331331
332332if [ -z " $SKIP_BACKUPS_TO_AWS_GCP_AZURE " ]; then
333- check_backup_deletion_aws " $backup_dest_aws "
334- check_backup_deletion_gcs " $backup_dest_gcp_s3 "
335- check_backup_deletion_gcs " $backup_dest_gcp_sa "
336- check_backup_deletion_azure " $backup_dest_azure "
333+ check_backup_deletion_aws " $backup_dest_aws " " /rs0/myApp.test.gz "
334+ check_backup_deletion_gcs " $backup_dest_gcp_s3 " " /rs0/myApp.test.gz "
335+ check_backup_deletion_gcs " $backup_dest_gcp_sa " " /rs0/myApp.test.gz "
336+ check_backup_deletion_azure " $backup_dest_azure " " /rs0/myApp.test.gz "
337337fi
338338
339339# Temporarily skipping this check
0 commit comments