mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3939: Add wait time after VM boot up
If VR is reboot before VM booted up, VM cannot get IP. Add timeout for VM booting up.
This commit is contained in:
parent
ecfedf00bf
commit
b2a215bbc6
|
|
@ -624,6 +624,9 @@ class TestRebootRouter(cloudstackTestCase):
|
|||
serviceofferingid=self.service_offering.id
|
||||
)
|
||||
|
||||
# Wait for VM to come up
|
||||
time.sleep(120)
|
||||
|
||||
src_nat_ip_addrs = list_publicIP(
|
||||
self.apiclient,
|
||||
account=self.account.name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue