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 8DF4A108CD for ; Thu, 19 Dec 2013 06:26:14 +0000 (UTC) Received: (qmail 62146 invoked by uid 500); 19 Dec 2013 06:26:12 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 62074 invoked by uid 500); 19 Dec 2013 06:26:09 -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 62006 invoked by uid 500); 19 Dec 2013 06:26:09 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 61996 invoked by uid 99); 19 Dec 2013 06:26:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 06:26:09 +0000 Date: Thu, 19 Dec 2013 06:26:09 +0000 (UTC) From: "Gaurav Aradhye (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CLOUDSTACK-5518) [Automation] test_04_remove_unused_range is removing all unused VLAN ranges which is causing insufficient network capacity 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-5518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gaurav Aradhye reassigned CLOUDSTACK-5518: ------------------------------------------ Assignee: Gaurav Aradhye > [Automation] test_04_remove_unused_range is removing all unused VLAN ranges which is causing insufficient network capacity > -------------------------------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-5518 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5518 > Project: CloudStack > Issue Type: Test > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation > Affects Versions: 4.3.0 > Reporter: Srikanteswararao Talluri > Assignee: Gaurav Aradhye > Priority: Critical > Fix For: 4.3.0 > > > This test has left only two VLANs in the physical network. > Stacktrace > File "/usr/local/lib/python2.7/unittest/case.py", line 345, in run > self.tearDown() > File "/root/cloudstack/test/integration/component/test_non_contiguous_vlan.py", line 128, in tearDown > self.physicalnetwork.update(self.apiClient, id = self.physicalnetworkid, vlan=self.existingvlan) > File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 2520, in update > return apiclient.updatePhysicalNetwork(cmd) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 688, in updatePhysicalNetwork > 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) > Execute cmd: asyncquery failed, due to: {errorcode : 530, errortext : u'physicalnetwork 200 has allocated vnets in the range 1072-1073'} -- This message was sent by Atlassian JIRA (v6.1.4#6159)