Repository: cloudstack Updated Branches: refs/heads/master 45888e214 -> 981becc73
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/981becc7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/981becc7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/981becc7 Branch: refs/heads/master Commit: 981becc73585c9a789b377e18af623c325b0bc7f Parents: 45888e2 Author: Ashutosh K <[email protected]> Authored: Tue Jul 22 05:05:47 2014 -0400 Committer: Girish Shilamkar <[email protected]> Committed: Tue Jul 22 07:37:58 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/981becc7/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' )
