From af20e8719cfe04d69f49bf1fbbc6b4648d9c0dac Mon Sep 17 00:00:00 2001 From: Liam Young Date: Wed, 15 Jun 2022 14:59:33 +0000 Subject: [PATCH] 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. --- zaza/openstack/charm_tests/trilio/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/trilio/tests.py b/zaza/openstack/charm_tests/trilio/tests.py index ea27e9c..3593e89 100644 --- a/zaza/openstack/charm_tests/trilio/tests.py +++ b/zaza/openstack/charm_tests/trilio/tests.py @@ -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), )