Skip to content

Commit

Permalink
added check for vm status after restart
Browse files Browse the repository at this point in the history
Signed-off-by: Avdhoot <[email protected]>
  • Loading branch information
avd-sagare committed Jan 3, 2025
1 parent 37fcaa2 commit a76e416
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/functional/workloads/cnv/test_cnv_shutdown_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ def test_vm_abrupt_shutdown_cluster(
all_vms[1].start()
all_vms[2].start()

# Verifies vm status after start and ssh connectivity
all_vms[1].verify_vm(verify_ssh=True)
all_vms[2].verify_vm(verify_ssh=True)

# Perform post restart data integrity check
for vm_obj in all_vms:
new_csum = cal_md5sum_vm(vm_obj=vm_obj, file_path=file_paths[0])
Expand Down

0 comments on commit a76e416

Please sign in to comment.