We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7164570 commit 02ebffeCopy full SHA for 02ebffe
test/integration/smoke/test_vm_life_cycle.py
@@ -721,6 +721,7 @@ def test_12_start_vm_multiple_volumes_allocated(self):
721
)
722
self.cleanup.append(volume) # Needs adjusting when changing tearDown to a super call, since it will try to delete an attached volume.
723
VirtualMachine.attach_volume(vm, self.apiclient, volume)
724
+ self.cleanup.remove(volume)
725
726
# Start the VM
727
self.debug("Starting VM - ID: %s" % vm.id)
0 commit comments