Updated Branches: refs/heads/4.2 838345088 -> a7df12edb
Add wait while Netscaler recognizes service to be up Signed-off-by: Prasanna Santhanam <[email protected]> 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 <[email protected]> Authored: Tue Jul 23 22:29:10 2013 +0530 Committer: Prasanna Santhanam <[email protected]> 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(
