Skip to content

Commit

Permalink
Removed indexing added vm stop
Browse files Browse the repository at this point in the history
Signed-off-by: Avdhoot <[email protected]>
  • Loading branch information
avd-sagare committed Jan 26, 2025
1 parent 56d9b21 commit 74d4d64
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def test_vm_snap_of_clone(

vm_list = vm_objs_def + vm_objs_aggr

for index, vm_obj in enumerate(vm_list):
for vm_obj in vm_list:
source_csum = run_dd_io(vm_obj=vm_obj, file_path=file_paths[0], verify=True)
vm_obj.stop()
clone_obj = clone_vm_workload(
Expand Down Expand Up @@ -221,3 +221,5 @@ def test_vm_snap_of_clone(
source_csum == restore_csum
), f"Failed: MD5 comparison between source {vm_obj.name} and restored {res_vm_obj.name} VMs"
run_dd_io(vm_obj=res_vm_obj, file_path=file_paths[1])

res_vm_obj.stop()

0 comments on commit 74d4d64

Please sign in to comment.