Srikanteswararao Talluri created CLOUDSTACK-5102:
----------------------------------------------------
Summary:
integration.component.test_volumes.TestVolumes.test_create_volume_under_domain
test failed with syntax error
Key: CLOUDSTACK-5102
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5102
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Automation
Affects Versions: 4.3.0
Reporter: Srikanteswararao Talluri
Priority: Critical
Fix For: 4.3.0
Error Message
__init__() takes at most 6 arguments (9 given)
Stacktrace
Traceback (most recent call last):
File "/usr/local/lib/python2.7/unittest/case.py", line 327, in run
testMethod()
File "/root/asf/cloudstack/test/integration/component/test_volumes.py", line
1108, in test_create_volume_under_domain
domapiclient = self.testClient.getUserApiClient(account=domuser.name,
domain=dom.name)
File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackTestClient.py",
line 185, in getUserApiClient
self.createUserApiClient(account, domain, type)
File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackTestClient.py",
line 158, in createUserApiClient
self.connection.logging)
TypeError: __init__() takes at most 6 arguments (9 given)
--
This message was sent by Atlassian JIRA
(v6.1#6144)