Commit 3670fd90 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix "kvm: Fix disk wipe if many disks are used"

The instantiation will fail, which is expected.
parent 6a72c3d6
......@@ -1298,7 +1298,7 @@ class TestDiskDevicePathWipeDiskOndestroy(InstanceTestCase, KvmMixin):
'disk-device-path': '/dev/virt0 /dev/virt1',
'wipe-disk-ondestroy': True
})
self.slap.waitForInstance(max_retry=2)
self.raising_waitForInstance(3)
instance_path = os.path.join(
self.slap.instance_directory, self.kvm_instance_partition_reference)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment