Skip to content

Commit

Permalink
removed stop part from tc
Browse files Browse the repository at this point in the history
Signed-off-by: Avdhoot <[email protected]>
  • Loading branch information
avd-sagare committed Jan 17, 2025
1 parent af61986 commit 5d44463
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,3 @@ def test_cnv_vms(self, setup, setup_cnv):
self.verify_keyrotation(self.vm_objs_def, self.sc_obj_def_compr)
# Process VMs with aggressive compression
self.verify_keyrotation(self.vm_objs_aggr, self.sc_obj_aggressive)

# 3.Stop all VMs
for vm_obj in all_vm_list:
vm_obj.stop()

0 comments on commit 5d44463

Please sign in to comment.