You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/07/22 20:26:43 UTC

git commit: updated refs/heads/4.4-forward to dd138ce

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward 8d8190ea4 -> dd138ceec


CLOUDSTACK-7148: Adding missing list method


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

Branch: refs/heads/4.4-forward
Commit: dd138ceec5faa5d5b0fcdfe5cc655199b8f9187b
Parents: 8d8190e
Author: Ashutosh K <as...@clogeny.com>
Authored: Tue Jul 22 05:05:47 2014 -0400
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Tue Jul 22 07:38:59 2014 -0400

----------------------------------------------------------------------
 test/integration/component/test_redundant_router_cleanups.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dd138cee/test/integration/component/test_redundant_router_cleanups.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_redundant_router_cleanups.py b/test/integration/component/test_redundant_router_cleanups.py
index 444fa3a..47e60c8 100644
--- a/test/integration/component/test_redundant_router_cleanups.py
+++ b/test/integration/component/test_redundant_router_cleanups.py
@@ -592,7 +592,7 @@ class TestRedundantRouterNetworkCleanups(cloudstackTestCase):
             self.fail("Failed to stop guest Vm: %s - %s" %
                                             (virtual_machine.name, e))
 
-        interval = Configurations(
+        interval = Configurations.list(
                                     self.apiclient,
                                     name='network.gc.interval'
                                     )