print debug message for the waiting time

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-07-05 11:09:19 +05:30
parent ca7f0df193
commit 313177a51e
1 changed files with 1 additions and 0 deletions

View File

@ -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)