Merge "Wait for VM ACTIVE state is added for fixed network case"

This commit is contained in:
Zuul
2024-11-12 16:55:45 +00:00
committed by Gerrit Code Review

View File

@@ -316,6 +316,7 @@ class AttachInterfacesTestJSON(AttachInterfacesTestBase):
_, servers = compute.create_test_server(
self.os_primary, tenant_network=network,
validatable=True,
wait_until='ACTIVE',
validation_resources=validation_resources)
return servers[0]