You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Srikanteswararao Talluri (JIRA)" <ji...@apache.org> on 2013/07/30 08:17:48 UTC

[jira] [Created] (CLOUDSTACK-3926) portable public ip range test is failing because it is not able to disassociate the public IP.

Srikanteswararao Talluri created CLOUDSTACK-3926:
----------------------------------------------------

             Summary: portable public ip range test is failing because it is not able to disassociate the public IP.
                 Key: CLOUDSTACK-3926
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3926
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Network Controller
    Affects Versions: 4.2.0
            Reporter: Srikanteswararao Talluri
            Priority: Blocker
             Fix For: 4.2.0


Steps to reproduce:
==============
1. create portable public ip range
2. acquire ip.
3. disassociate the ip.

Execute cmd: asyncquery failed, due to: {errorcode : 530, errortext : u'ip address is used for source nat purposes and can not be disassociated.'}
-------------------- >> begin captured stdout << ---------------------
<marvin.integration.lib.base.PublicIPAddress instance at 0x3834e18>

--------------------- >> end captured stdout << ----------------------
Stacktrace

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run
    testMethod()
  File "/root/cloudstack/test/integration/smoke/test_portable_publicip.py", line 235, in test_createPortablePublicIPAcquire
    ip_address.delete(self.api_client)
  File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 1110, in delete
    apiclient.disassociateIpAddress(cmd)
  File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 879, in disassociateIpAddress
    response = self.connection.marvin_request(command, response_type=response, method=method)
  File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 230, in marvin_request
    response = self.poll(asyncJobId, response_type)
  File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 91, in poll
    "asyncquery", asyncResonse.jobresult)
cloudstackAPIException: Execute cmd: asyncquery failed, due to: {errorcode : 530, errortext : u'ip address is used for source nat purposes and can not be disassociated.'}
-------------------- >> begin captured stdout << ---------------------
<marvin.integration.lib.base.PublicIPAddress instance at 0x3834e18>

--------------------- >> end captured stdout << ----------------------


I'll provide detailed log in a while

--
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