From b2543efaca31bc7932ebe6ecefa963849049f39f Mon Sep 17 00:00:00 2001 From: SrikanteswaraRao Talluri Date: Fri, 11 Apr 2014 19:32:13 +0530 Subject: [PATCH] CLOUDSTACK-6316: added else code in __createUserApiClient function --- tools/marvin/marvin/cloudstackTestClient.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/marvin/marvin/cloudstackTestClient.py b/tools/marvin/marvin/cloudstackTestClient.py index f1afceb3bb4..1e135060a5b 100644 --- a/tools/marvin/marvin/cloudstackTestClient.py +++ b/tools/marvin/marvin/cloudstackTestClient.py @@ -360,6 +360,10 @@ class CSTestClient(object): "User API Client Creation." " While Registering User Failed") return FAILED + else: + mgtDetails = self.__mgmtDetails + mgtDetails.apiKey = apiKey + mgtDetails.securityKey = securityKey newUserConnection =\ CSConnection(mgtDetails,