mirror of https://github.com/apache/cloudstack.git
Add wait while Netscaler recognizes service to be up
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit a7df12edbf)
This commit is contained in:
parent
df452ba13a
commit
d0971ce806
|
|
@ -2756,6 +2756,8 @@ class TestVmWithLb(cloudstackTestCase):
|
|||
self.debug("Rebooting VM instance: %s" % self.vm_2.name)
|
||||
self.vm_2.reboot(self.apiclient)
|
||||
self.debug("Rebooting VM: %s" % self.vm_2.name)
|
||||
self.debug("Waiting for Netscaler to get the service up")
|
||||
time.sleep( 120 )
|
||||
|
||||
try:
|
||||
self.debug(
|
||||
|
|
|
|||
Loading…
Reference in New Issue