mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-3582: Add sleep so Netscaler recognizes the service to be up
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
d73bb22802
commit
2910f9058d
@ -2571,6 +2571,8 @@ class TestVmWithLb(cloudstackTestCase):
|
|||||||
self.debug("Starting VM instance: %s" % self.vm_2.name)
|
self.debug("Starting VM instance: %s" % self.vm_2.name)
|
||||||
self.vm_2.start(self.apiclient)
|
self.vm_2.start(self.apiclient)
|
||||||
self.debug("Starting VM: %s" % self.vm_2.name)
|
self.debug("Starting VM: %s" % self.vm_2.name)
|
||||||
|
self.debug("Sleeping for netscaler to recognize service is up")
|
||||||
|
time.sleep( 120 )
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.debug(
|
self.debug(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user