You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Rayees Namathponnan (JIRA)" <ji...@apache.org> on 2013/07/10 20:27:49 UTC

[jira] [Created] (CLOUDSTACK-3454) Basic zone - test case failed to create network

Rayees Namathponnan created CLOUDSTACK-3454:
-----------------------------------------------

             Summary: Basic zone - test case failed to create network 
                 Key: CLOUDSTACK-3454
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3454
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Automation
    Affects Versions: 4.2.0
         Environment: Basic Zone - automation 
            Reporter: Rayees Namathponnan
             Fix For: 4.2.0


Basic zone test cases failed to create network with below error 


Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 208, in run
    self.setUp()
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 291, in setUp
    self.setupContext(ancestor)
  File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 314, in setupContext
    try_run(context, names)
  File "/usr/local/lib/python2.7/site-packages/nose/util.py", line 469, in try_run
    return func()
  File "/Repo_30X/ipcl/cloudstack/test/integration/smoke/test_portable_publicip.py", line 189, in setUpClass
    cls.account.domainid
  File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 1851, in create
    return Network(apiclient.createNetwork(cmd).__dict__)
  File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1641, in createNetwork
    response = self.connection.marvin_request(command, response_type=response, method=method)
  File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 223, in marvin_request
    response = jsonHelper.getResultObj(response.json(), response_type)
  File "/usr/local/lib/python2.7/site-packages/marvin/jsonHelper.py", line 128, in getResultObj
    raise cloudstackException.cloudstackAPIException(responseName.replace("response", ""), errMsg)
cloudstackAPIException: Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:Only AclType=Domain can be specified for network creation in Basic zone

Test cases failed 

1) integration/smoke/test_portable_publicip.py
2) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira