Hi,

I have been trying to run the integration tests on 4.4-forward.
While setting up the zone with Marvin I get an error:

# more runinfo.txt 
2014-05-20 13:40:48,985 - DEBUG - Parsing Test data successful
2014-05-20 13:40:48,987 - DEBUG - Payload: {'account': 'admin', 'command': 
'listUsers', 'response': 'json'}
2014-05-20 13:40:48,987 - DEBUG - ========Sending GET Cmd : listUsers=======
2014-05-20 13:40:48,987 - ERROR - __sendGetReqToCS : Exception Occurred: 
request() got an unexpected keyword argument 'verify'
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py", 
line 196, in __sendGetReqToCS
    verify=self.httpsFlag)
  File "/usr/lib/python2.7/dist-packages/requests/api.py", line 78, in get
    return request('get', url, **kwargs)
TypeError: request() got an unexpected keyword argument 'verify'
2014-05-20 13:40:48,987 - ERROR - marvinRequest : CmdName: 
<marvin.cloudstackAPI.listUsers.listUsersCmd object at 0x1764a10> Exception: 
['Traceback (most recent call last):\n', '  File 
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstac
kConnection.py", line 370, in marvinRequest\n    raise self.__lastError\n', 
"TypeError: request() got an unexpected keyword argument 'verify'\n"]
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py", 
line 370, in marvinRequest
    raise self.__lastError
TypeError: request() got an unexpected keyword argument 'verify'
2014-05-20 13:40:48,988 - ERROR -  Exception Occurred Under __createApiClient: 
['Traceback (most recent call last):\n', '  File 
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackTestClient.py", line 
145, in __createApiClient\n    list
_user_res = self.__apiClient.listUsers(list_user)\n', '  File 
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
 line 564, in listUsers\n    response = self.connection.marvinRequest(command, 
response_type=r
esponse, method=method)\n', '  File 
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py", line 
385, in marvinRequest\n    raise e\n', "TypeError: request() got an unexpected 
keyword argument 'verify'\n"]
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackTestClient.py", 
line 145, in __createApiClient
    list_user_res = self.__apiClient.listUsers(list_user)
  File 
"/usr/local/lib/python2.7/dist-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
 line 564, in listUsers
    response = self.connection.marvinRequest(command, response_type=response, 
method=method)
  File "/usr/local/lib/python2.7/dist-packages/marvin/cloudstackConnection.py", 
line 385, in marvinRequest
    raise e
TypeError: request() got an unexpected keyword argument 'verify'
2014-05-20 13:40:48,989 - ERROR - ==== Test Client Creation Failed ====


thoughts ?

Reply via email to