Merge "Fix false message instance is down"
[sdnvpn.git] / sdnvpn / test / functest / testcase_3.py
index 2a3a530..a4e9121 100644 (file)
@@ -370,7 +370,7 @@ def main():
         instance_ids.append(vm_bgpvpn.id)
 
         # wait for VM to get IP
-        instance_up = test_utils.wait_for_instances_up(vm_bgpvpn)
+        instance_up = test_utils.wait_for_instances_get_dhcp(vm_bgpvpn)
         if not instance_up:
             logger.error("One or more instances are down")