From 9d7b85153747dfe378031455fc1231bcd6088d08 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Mon, 11 Aug 2014 02:47:34 -0700 Subject: [PATCH] CLOUDSTACK-7294: Passing listall=True for listUser api admin call --- tools/marvin/marvin/cloudstackTestClient.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/marvin/marvin/cloudstackTestClient.py b/tools/marvin/marvin/cloudstackTestClient.py index 1ca79eed9e8..521d043009f 100644 --- a/tools/marvin/marvin/cloudstackTestClient.py +++ b/tools/marvin/marvin/cloudstackTestClient.py @@ -344,6 +344,8 @@ class CSTestClient(object): listuser = listUsers.listUsersCmd() listuser.username = UserName + listuser.domainid = domId + listuser.listall = True listuserRes = self.__apiClient.listUsers(listuser) userId = listuserRes[0].id