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

[36/50] [abbrv] git commit: updated refs/heads/ldapplugin to 7bc705e

CLOUDSTACK-3582: Add sleep so Netscaler recognizes the 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/2910f905
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2910f905
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2910f905

Branch: refs/heads/ldapplugin
Commit: 2910f9058d6f0d16e7aa0ff65200473490f58e07
Parents: d73bb22
Author: Sowmya Krishnan <so...@citrix.com>
Authored: Wed Jul 17 11:09:25 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Wed Jul 17 12:36:27 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/2910f905/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 534ffb1..146b4c6 100644
--- a/test/integration/component/test_netscaler_lb.py
+++ b/test/integration/component/test_netscaler_lb.py
@@ -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(