You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/07/28 23:14:18 UTC

[50/50] [abbrv] git commit: updated refs/heads/4.4 to 2025f35

CLOUDSTACK-7148: Adding missing list method

(cherry picked from commit dd138ceec5faa5d5b0fcdfe5cc655199b8f9187b)


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

Branch: refs/heads/4.4
Commit: 58987452994f1abc621a2f8f7fcdd24b443cf0e9
Parents: 1ca9abd
Author: Ashutosh K <as...@clogeny.com>
Authored: Tue Jul 22 05:05:47 2014 -0400
Committer: Daan Hoogland <da...@onecht.net>
Committed: Mon Jul 28 23:12:58 2014 +0200

----------------------------------------------------------------------
 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/58987452/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'
                                     )