You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/07/05 07:40:10 UTC

git commit: updated refs/heads/master to 9e2224d

Updated Branches:
  refs/heads/master 41fa79f65 -> 9e2224dd4


print debug message for the waiting time

Signed-off-by: Prasanna Santhanam <ts...@apache.org>
(cherry picked from commit 313177a51e70024f70d02b251afc3d5038a7e488)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9e2224dd
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9e2224dd
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9e2224dd

Branch: refs/heads/master
Commit: 9e2224dd4942ee923cf62027ae8186ea6a8d1e1c
Parents: 41fa79f
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Fri Jul 5 11:09:19 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Fri Jul 5 11:09:56 2013 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_routers.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9e2224dd/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)