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 DF75A10C3D for ; Tue, 24 Dec 2013 06:00:56 +0000 (UTC) Received: (qmail 20795 invoked by uid 500); 24 Dec 2013 05:59:18 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 20648 invoked by uid 500); 24 Dec 2013 05:59:00 -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 20555 invoked by uid 500); 24 Dec 2013 05:58:54 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 20522 invoked by uid 99); 24 Dec 2013 05:58:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Dec 2013 05:58:52 +0000 Date: Tue, 24 Dec 2013 05:58:51 +0000 (UTC) From: "Girish Shilamkar (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CLOUDSTACK-5497) [Automation] Test case test_guest_vlan_range.TestDedicateGuestVlanRange failing as part nightly num 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-5497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Girish Shilamkar reassigned CLOUDSTACK-5497: -------------------------------------------- Assignee: Girish Shilamkar > [Automation] Test case test_guest_vlan_range.TestDedicateGuestVlanRange failing as part nightly num > --------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-5497 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5497 > Project: CloudStack > Issue Type: Test > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation > Affects Versions: 4.3.0 > Environment: KVM > automation > Reporter: Rayees Namathponnan > Assignee: Girish Shilamkar > Fix For: 4.3.0, 4.4.0 > > > job 341 (BVT_Advanced_KVM_602_Multi) > Test cases failing inconsistently with below error > Execute cmd: dedicateguestvlanrange failed, due to: errorCode: 431, errorText:Guest vlan from this range 2119 is allocated to a different account. Can only dedicate a range which has no allocated vlans or has vlans allocated to the same account > requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 10.223.49.195 > requests.packages.urllib3.connectionpool: DEBUG: "GET /client/api?physicalnetworkid=32ce5fd0-77ab-4003-80c9-2b54e75a3a98&account=test-TestDedicateGuestVlanRange-29N169&domainid=eca3c690-6415-11e3-a447-1a6f7bb0d0a8&signature=fpEAvtUD5JafCaGpQ5COSGkSXWM%3D&apiKey=LepyvCSNC55jvLUEoHU3GP9oI4QiTvgt9dsCdALVIf3NxlNBq7dmcHdCb_6NenlyV3QwRmEn5DnGp__U-5UwXA&command=dedicateGuestVlanRange&vlanrange=2118-2120&response=json HTTP/1.1" 431 271 > test_dedicateGuestVlanRange (integration.smoke.test_guest_vlan_range.TestDedicateGuestVlanRange): DEBUG: Request: http://10.223.49.195:8080/client/api?physicalnetworkid=32ce5fd0-77ab-4003-80c9-2b54e75a3a98&account=test-TestDedicateGuestVlanRange-29N169&domainid=eca3c690-6415-11e3-a447-1a6f7bb0d0a8&signature=fpEAvtUD5JafCaGpQ5COSGkSXWM%3D&apiKey=LepyvCSNC55jvLUEoHU3GP9oI4QiTvgt9dsCdALVIf3NxlNBq7dmcHdCb_6NenlyV3QwRmEn5DnGp__U-5UwXA&command=dedicateGuestVlanRange&vlanrange=2118-2120&response=json Response: { "dedicateguestvlanrangeresponse" : {"uuidList":[],"errorcode":431,"cserrorcode":4350,"errortext":"Guest vlan from this range 2119 is allocated to a different account. Can only dedicate a range which has no allocated vlans or has vlans allocated to the same account "} } > test_dedicateGuestVlanRange (integration.smoke.test_guest_vlan_range.TestDedicateGuestVlanRange): CRITICAL: EXCEPTION: test_dedicateGuestVlanRange: Traceback (most recent call last): > File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run > testMethod() > File "/Repo_30X/ipcl/cloudstack/test/integration/smoke/test_guest_vlan_range.py", line 147, in test_dedicateGuestVlanRange > domainid=self.account.domainid > File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 2540, in dedicate > return PhysicalNetwork(apiclient.dedicateGuestVlanRange(cmd).__dict__) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 942, in dedicateGuestVlanRange > response = self.connection.marvinRequest(command, response_type=response, method=method) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 272, in marvinRequest > response = jsonHelper.getResultObj(response.json(), response_type) > File "/usr/local/lib/python2.7/site-packages/marvin/jsonHelper.py", line 148, in getResultObj > raise cloudstackException.cloudstackAPIException(respname, errMsg) > cloudstackAPIException: Execute cmd: dedicateguestvlanrange failed, due to: errorCode: 431, errorText:Guest vlan from this range 2119 is allocated to a different account. Can only dedicate a range which has no allocated vlans or has vlans allocated to the same account > --------------------- >> end captured logging << --------------------- > Stacktrace > File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run > testMethod() > File "/Repo_30X/ipcl/cloudstack/test/integration/smoke/test_guest_vlan_range.py", line 147, in test_dedicateGuestVlanRange > domainid=self.account.domainid > File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 2540, in dedicate > return PhysicalNetwork(apiclient.dedicateGuestVlanRange(cmd).__dict__) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 942, in dedicateGuestVlanRange > response = self.connection.marvinRequest(command, response_type=response, method=method) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 272, in marvinRequest > response = jsonHelper.getResultObj(response.json(), response_type) > File "/usr/local/lib/python2.7/site-packages/marvin/jsonHelper.py", line 148, in getResultObj > raise cloudstackException.cloudstackAPIException(respname, errMsg) > Execute cmd: dedicateguestvlanrange failed, due to: errorCode: 431, errorText:Guest vlan from this range 2119 is allocated to a different account. Can only dedicate a range which has no allocated vlans or has vlans allocated to the same account > -------------------- >> begin captured logging << -------------------- > CSLog: DEBUG: sending GET request: listDomains {} > CSLog: DEBUG: Computed Signature by Marvin: Z9m9VPRcdcGlXrGfGFEr/OdTwCE= > requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 10.223.49.195 -- This message was sent by Atlassian JIRA (v6.1.5#6160)