marvin_refactor: cloudConnection is CloudConnection Signed-off-by: Prasanna Santhanam <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/02b35367 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/02b35367 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/02b35367 Branch: refs/heads/marvin_refactor Commit: 02b35367a066d1d565f65dde4e84f57bbc57ea5f Parents: e0e29d7 Author: Prasanna Santhanam <[email protected]> Authored: Tue Sep 3 16:54:39 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Thu Oct 31 13:54:21 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/cloudstackTestClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/02b35367/tools/marvin/marvin/cloudstackTestClient.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/cloudstackTestClient.py b/tools/marvin/marvin/cloudstackTestClient.py index be93f35..b1ed6a8 100644 --- a/tools/marvin/marvin/cloudstackTestClient.py +++ b/tools/marvin/marvin/cloudstackTestClient.py @@ -38,7 +38,7 @@ class cloudstackTestClient(object): defaultWorkerThreads=10, logging=None): self.connection = \ - cloudstackConnection.cloudConnection(mgmtDetails, + cloudstackConnection.CloudConnection(mgmtDetails, asyncTimeout, logging) self.apiClient =\
