Updated Branches: refs/heads/master df452ba13 -> d0971ce80
Add wait while Netscaler recognizes service to be up Signed-off-by: Prasanna Santhanam <[email protected]> (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/master Commit: d0971ce80609ba7ab9cb3736a12852e0098d042a Parents: df452ba Author: Sowmya Krishnan <[email protected]> Authored: Tue Jul 23 22:29:10 2013 +0530 Committer: Prasanna Santhanam <[email protected]> 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(
