Skip to content

Commit c75c318

Browse files
committed
attached volumes cannot be deleted on their own
1 parent 1c95786 commit c75c318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/smoke/test_vm_life_cycle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ def test_12_start_vm_multiple_volumes_allocated(self):
720720
)
721721
self.cleanup.append(volume)
722722
VirtualMachine.attach_volume(vm, self.apiclient, volume)
723+
self.cleanup.remove(volume)
723724

724725
# Start the VM
725726
self.debug("Starting VM - ID: %s" % vm.id)

0 commit comments

Comments
 (0)