From 2910f9058d6f0d16e7aa0ff65200473490f58e07 Mon Sep 17 00:00:00 2001 From: Sowmya Krishnan Date: Wed, 17 Jul 2013 11:09:25 +0530 Subject: [PATCH] CLOUDSTACK-3582: Add sleep so Netscaler recognizes the service to be up Signed-off-by: Prasanna Santhanam --- test/integration/component/test_netscaler_lb.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/component/test_netscaler_lb.py b/test/integration/component/test_netscaler_lb.py index 534ffb1cfab..146b4c69776 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(