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 <[email protected]> Authored: Tue Jul 22 05:05:47 2014 -0400 Committer: Girish Shilamkar <[email protected]> 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' )
