aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core/singlevm.py
diff options
context:
space:
mode:
Diffstat (limited to 'functest/core/singlevm.py')
-rw-r--r--functest/core/singlevm.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/functest/core/singlevm.py b/functest/core/singlevm.py
index 46aa41902..7393fdbe3 100644
--- a/functest/core/singlevm.py
+++ b/functest/core/singlevm.py
@@ -180,8 +180,7 @@ class VmReady1(tenantnetwork.TenantNetwork1):
name if name else '{}-vm_{}'.format(self.case_name, self.guid),
image=self.image.id, flavor=self.flavor.id,
auto_ip=False, network=self.network.id,
- timeout=self.create_server_timeout, **kwargs)
- vm1 = self.cloud.wait_for_server(vm1, auto_ip=False)
+ timeout=self.create_server_timeout, wait=True, **kwargs)
self.__logger.debug("vm: %s", vm1)
return vm1