diff --git a/test/integration/smoke/test_network.py b/test/integration/smoke/test_network.py index 77cb2eaf6e5..042ac84ae53 100644 --- a/test/integration/smoke/test_network.py +++ b/test/integration/smoke/test_network.py @@ -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,