Updated Branches: refs/heads/4.2 ca7f0df19 -> 313177a51
print debug message for the waiting time 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/313177a5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/313177a5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/313177a5 Branch: refs/heads/4.2 Commit: 313177a51e70024f70d02b251afc3d5038a7e488 Parents: ca7f0df Author: Prasanna Santhanam <[email protected]> Authored: Fri Jul 5 11:09:19 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Fri Jul 5 11:09:19 2013 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_routers.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/313177a5/test/integration/smoke/test_routers.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_routers.py b/test/integration/smoke/test_routers.py index 6fa08e0..22de29b 100644 --- a/test/integration/smoke/test_routers.py +++ b/test/integration/smoke/test_routers.py @@ -850,6 +850,7 @@ class TestRouterServices(cloudstackTestCase): gcwait = config[0] total_wait = int(gcinterval.value) + int(gcwait.value) + self.debug("Waiting %s seconds for network cleanup" % str(total_wait * 2)) # Wait for wait_time * 2 time to cleanup all the resources time.sleep(total_wait * 2)
