Trilio use guest_utils.launch_instance_retryer

Switch Trilio tests to use the new launch_instance_retryer to
make the tests more resilant to issues creating and connecting
to a guest.
This commit is contained in:
Liam Young
2022-06-15 14:59:33 +00:00
parent 90915d9c8e
commit af20e8719c

View File

@@ -337,7 +337,7 @@ class TrilioBaseTest(test_utils.OpenStackBaseTest):
name="{}-100-vol".format(self.RESOURCE_PREFIX),
)
instance = guest_utils.launch_instance(
instance = guest_utils.launch_instance_retryer(
glance_setup.CIRROS_IMAGE_NAME,
vm_name="{}-server".format(self.RESOURCE_PREFIX),
)