You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2013/07/25 13:57:03 UTC

[25/50] git commit: updated refs/heads/ldapplugin to 1f64354

Add wait while Netscaler recognizes service to be up

Signed-off-by: Prasanna Santhanam <ts...@apache.org>
(cherry picked from commit a7df12edbf83106d26198db20e96ee991912c097)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d0971ce8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d0971ce8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d0971ce8

Branch: refs/heads/ldapplugin
Commit: d0971ce80609ba7ab9cb3736a12852e0098d042a
Parents: df452ba
Author: Sowmya Krishnan <so...@citrix.com>
Authored: Tue Jul 23 22:29:10 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Wed Jul 24 22:43:13 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_netscaler_lb.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d0971ce8/test/integration/component/test_netscaler_lb.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_netscaler_lb.py b/test/integration/component/test_netscaler_lb.py
index 4253ada..3942f94 100644
--- a/test/integration/component/test_netscaler_lb.py
+++ b/test/integration/component/test_netscaler_lb.py
@@ -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(