Skip to content

Commit

Permalink
Check for lastKubeObjectProtectionTime post relocate
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <prsurve@redhat.com>
  • Loading branch information
prsurve committed Oct 22, 2024
1 parent 48f939d commit 8a3a346
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,9 @@ def test_failover_and_relocate_discovered_apps(self, discovered_apps_dr_workload
workload_instance=rdr_workload,
)

logger.info("Checking for lastKubeObjectProtectionTime post Relocate Operation")
dr_helpers.verify_last_kubeobject_protection_time(
drpc_obj, rdr_workload.kubeobject_capture_interval_int
)

# TODO: Add data integrity checks

0 comments on commit 8a3a346

Please sign in to comment.