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

git commit: updated refs/heads/4.2 to a7df12e

Updated Branches:
  refs/heads/4.2 838345088 -> a7df12edb


Add wait while Netscaler recognizes service to be up

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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

Branch: refs/heads/4.2
Commit: a7df12edbf83106d26198db20e96ee991912c097
Parents: 8383450
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:40:44 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/a7df12ed/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(