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 C5DE110876 for ; Fri, 19 Jul 2013 08:24:53 +0000 (UTC) Received: (qmail 14696 invoked by uid 500); 19 Jul 2013 08:24:53 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 14551 invoked by uid 500); 19 Jul 2013 08:24:50 -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 14515 invoked by uid 500); 19 Jul 2013 08:24:48 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 14509 invoked by uid 99); 19 Jul 2013 08:24:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jul 2013 08:24:48 +0000 Date: Fri, 19 Jul 2013 08:24:48 +0000 (UTC) From: "Prasanna Santhanam (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CLOUDSTACK-3646) [Automation] Failed to create network due to specifyVlan=false 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-3646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanna Santhanam resolved CLOUDSTACK-3646. -------------------------------------------- Resolution: Fixed commit a250fca4be32643fd64c49999f45c71f108dd410 Author: Prasanna Santhanam Date: Wed Jul 3 17:10:53 2013 +0530 separate the shared network test for network offerings Signed-off-by: Prasanna Santhanam (cherry picked from commit 9d07f899c8dcf24a6f96dc2e2a2a3f3e256582b8) commit 0c625bb3f818feefd3c5dc58d1b98cddeeecc60e Author: Prasanna Santhanam Date: Wed Jul 3 17:03:39 2013 +0530 Removing the vlan selection in network offering test Also do not wait for cleanup. Just send cleanup to server and proceed further. Signed-off-by: Prasanna Santhanam (cherry picked from commit 04d9d209adae5bc2231c854f694238db8feb0057) > [Automation] Failed to create network due to specifyVlan=false > -------------------------------------------------------------- > > Key: CLOUDSTACK-3646 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3646 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Automation > Affects Versions: 4.2.0 > Environment: KVM > Reporter: Parth Jagirdar > Assignee: Prasanna Santhanam > > This is similar to 3339, but a different test case. > Adding a couple of captures. > integration.component.test_network_offering.TestNOVirtualRouter.test_02_network_off_with_conserve_mode (from nosetests) > Failing for the past 10 builds (Since #77 ) > Took 0.14 sec. > add description > Error Message > Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:Can't specify vlan; corresponding offering says specifyVlan=false > -------------------- >> begin captured logging << -------------------- > testclient.testcase.TestNOVirtualRouter: DEBUG: Creating n/w offering with all services in VR & conserve mode:off > testclient.testcase.TestNOVirtualRouter: DEBUG: Created n/w offering with ID: 94ea373e-4136-4d62-a864-3b3bed74aa14 > testclient.testcase.TestNOVirtualRouter: DEBUG: Creating network with network offering: 94ea373e-4136-4d62-a864-3b3bed74aa14 > --------------------- >> 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/component/test_network_offering.py", line 505, in test_02_network_off_with_conserve_mode > zoneid=self.zone.id > File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 1854, in create > return Network(apiclient.createNetwork(cmd).__dict__) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1680, in createNetwork > response = self.connection.marvin_request(command, response_type=response, method=method) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 222, in marvin_request > 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: createnetwork failed, due to: errorCode: 431, errorText:Can't specify vlan; corresponding offering says specifyVlan=false > -------------------- >> begin captured logging << -------------------- > testclient.testcase.TestNOVirtualRouter: DEBUG: Creating n/w offering with all services in VR & conserve mode:off > testclient.testcase.TestNOVirtualRouter: DEBUG: Created n/w offering with ID: 94ea373e-4136-4d62-a864-3b3bed74aa14 > testclient.testcase.TestNOVirtualRouter: DEBUG: Creating network with network offering: 94ea373e-4136-4d62-a864-3b3bed74aa14 > --------------------- >> end captured logging << --------------------- > integration.component.test_network_offering.TestNOVirtualRouter.test_01_network_off_without_conserve_mode (from nosetests) > Failing for the past 11 builds (Since #76 ) > Took 0.14 sec. > add description > Error Message > Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:Can't specify vlan; corresponding offering says specifyVlan=false > -------------------- >> begin captured logging << -------------------- > testclient.testcase.TestNOVirtualRouter: DEBUG: Creating n/w offering with all services in VR & conserve mode:off > testclient.testcase.TestNOVirtualRouter: DEBUG: Created n/w offering with ID: cfa01f0b-326e-41e4-8c49-b5b827c585ea > testclient.testcase.TestNOVirtualRouter: DEBUG: Creating network with network offering: cfa01f0b-326e-41e4-8c49-b5b827c585ea > --------------------- >> 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/component/test_network_offering.py", line 262, in test_01_network_off_without_conserve_mode > zoneid=self.zone.id > File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 1854, in create > return Network(apiclient.createNetwork(cmd).__dict__) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1680, in createNetwork > response = self.connection.marvin_request(command, response_type=response, method=method) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 222, in marvin_request > 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: createnetwork failed, due to: errorCode: 431, errorText:Can't specify vlan; corresponding offering says specifyVlan=false > -------------------- >> begin captured logging << -------------------- > testclient.testcase.TestNOVirtualRouter: DEBUG: Creating n/w offering with all services in VR & conserve mode:off > testclient.testcase.TestNOVirtualRouter: DEBUG: Created n/w offering with ID: cfa01f0b-326e-41e4-8c49-b5b827c585ea > testclient.testcase.TestNOVirtualRouter: DEBUG: Creating network with network offering: cfa01f0b-326e-41e4-8c49-b5b827c585ea > --------------------- >> end captured logging << --------------------- -- 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