You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Dhananjay D Pathak (JIRA)" <ji...@apache.org> on 2014/02/13 13:28:19 UTC

[jira] [Created] (CLOUDSTACK-6093) [Automation]: test_vpc_network_lbrules.py fail with error as cloudstackAPIException: Execute cmd: asyncquery failed, due to: {errorcode : 530, errortext : u'Failed to create VPC'}

Dhananjay D Pathak created CLOUDSTACK-6093:
----------------------------------------------

             Summary: [Automation]: test_vpc_network_lbrules.py fail with error as cloudstackAPIException: Execute cmd: asyncquery failed, due to: {errorcode : 530, errortext : u'Failed to create VPC'}
                 Key: CLOUDSTACK-6093
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6093
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: marvin
    Affects Versions: 4.2.0
         Environment: CloudPlatform 4.2.0 on Red Hat Enterprise Linux Server release 6.4 (Santiago) 
            Reporter: Dhananjay D Pathak


Marvin Test cloudstack/test/integration/component/test_vpc_network_lbrules.py fails with error as described bellow (log files are attached): 


Test case no 210 and 227: List Load Balancing Rules belonging to a VPC ... ok
Test Create LB rules for 1 network which is part of a two/multiple virtual networks of a ... ERROR
Test case no 222 : Create LB rules for a two/multiple virtual networks of a ... ERROR
Test case no 222 : Create LB rules for a two/multiple virtual networks of a ... ERROR
Test case no 214 : Delete few(not all) LB rules for a single virtual network of a ... ERROR
Test Delete few(not all) LB rules for a single virtual network of ... ERROR
Test Delete all LB rules for a single virtual network of a ... ERROR
Test Delete all LB rules for a single virtual network of a ... ERROR
Test User should not be allowed to create a LB rule for a VM that belongs to a different VPC. ... ERROR
Test User should not be allowed to create a LB rule for a VM that does not belong to any VPC. ... ERROR
Test case no 217 and 236: User should not be allowed to create a LB rule for a ... ok
Test User should not be allowed to create a LB rule on an Ipaddress that Source Nat enabled. ... ok
Test User should not be allowed to create a LB rule on an Ipaddress that already has a PF rule. ... FAIL
Test User should not be allowed to create a LB rule on an Ipaddress that already has a Static Nat rule. ... ok
Test release Ip address that has a LB rule assigned to it. ... ERROR

======================================================================
ERROR: Test Create LB rules for 1 network which is part of a two/multiple virtual networks of a
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/DataDisk/temp/cloudstack/test/integration/component/test_vpc_network_lbrules.py", line 246, in setUp
    domainid=self.account.domainid
  File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 3114, in create
    return VPC(apiclient.createVPC(cmd).__dict__)
  File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1988, in createVPC
    response = self.connection.marvinRequest(command, response_type=response, method=method)
  File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 280, in marvinRequest
    response = self.poll(asyncJobId, response_type)
  File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 86, in poll
    "asyncquery", asyncResonse.jobresult)
cloudstackAPIException: Execute cmd: asyncquery failed, due to: {errorcode : 530, errortext : u'Failed to create VPC'}




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)