Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D6040FC59 for ; Wed, 17 Jul 2013 07:05:14 +0000 (UTC) Received: (qmail 46391 invoked by uid 500); 17 Jul 2013 07:05:14 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 46149 invoked by uid 500); 17 Jul 2013 07:05:14 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 46012 invoked by uid 99); 17 Jul 2013 07:05:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 07:05:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 53E6B8AB5D3; Wed, 17 Jul 2013 07:05:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Date: Wed, 17 Jul 2013 07:05:14 -0000 Message-Id: <618d2a9c01a14f9cab7b012f932f0e8c@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/4] git commit: updated refs/heads/4.2 to d3b6902 CLOUDSTACK-3582: Add sleep so Netscaler recognizes the service to be up Signed-off-by: Prasanna Santhanam (cherry picked from commit bd629a5bec3f33dd51d0e445d402ae7ce3ba3484) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/dee2b983 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dee2b983 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dee2b983 Branch: refs/heads/4.2 Commit: dee2b983389000d30d2a926b9c755f51e9fa4b13 Parents: 2a388e6 Author: Sowmya Krishnan Authored: Wed Jul 17 11:09:25 2013 +0530 Committer: Prasanna Santhanam Committed: Wed Jul 17 12:34:48 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/dee2b983/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(