From 313177a51e70024f70d02b251afc3d5038a7e488 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Fri, 5 Jul 2013 11:09:19 +0530 Subject: [PATCH] print debug message for the waiting time Signed-off-by: Prasanna Santhanam --- test/integration/smoke/test_routers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/smoke/test_routers.py b/test/integration/smoke/test_routers.py index 6fa08e0ba79..22de29bed72 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)