mirror of https://github.com/apache/cloudstack.git
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.vm_2.start(self.apiclient)
|
||||
self.debug("Starting VM: %s" % self.vm_2.name)
|
||||
self.debug("Sleeping for netscaler to recognize service is up")
|
||||
time.sleep( 120 )
|
||||
|
||||
try:
|
||||
self.debug(
|
||||
|
|
|
|||
Loading…
Reference in New Issue