Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9323F10066 for ; Wed, 7 Aug 2013 18:46:16 +0000 (UTC) Received: (qmail 51667 invoked by uid 500); 7 Aug 2013 18:46:16 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 51367 invoked by uid 500); 7 Aug 2013 18:46:15 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 51299 invoked by uid 500); 7 Aug 2013 18:46:15 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 51282 invoked by uid 99); 7 Aug 2013 18:46:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 18:46:15 +0000 Date: Wed, 7 Aug 2013 18:46:15 +0000 (UTC) From: "Animesh Chaturvedi (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-3926) portable public ip range test is failing because it is not able to disassociate the public IP. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-3926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Animesh Chaturvedi updated CLOUDSTACK-3926: ------------------------------------------- These blockers and critical issues are resolved but not verified. Reporters of these issues please verify the fixes and help close these issues > 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: Test > Affects Versions: 4.2.0 > Reporter: Srikanteswararao Talluri > Assignee: Prasanna Santhanam > 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 << --------------------- > > --------------------- >> 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 << --------------------- > > --------------------- >> 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