From 02b35367a066d1d565f65dde4e84f57bbc57ea5f Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Tue, 3 Sep 2013 16:54:39 +0530 Subject: [PATCH] marvin_refactor: cloudConnection is CloudConnection Signed-off-by: Prasanna Santhanam --- tools/marvin/marvin/cloudstackTestClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/marvin/cloudstackTestClient.py b/tools/marvin/marvin/cloudstackTestClient.py index be93f3581cc..b1ed6a8a27c 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 =\