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 F20851039B for ; Wed, 7 Aug 2013 19:43:48 +0000 (UTC) Received: (qmail 52222 invoked by uid 500); 7 Aug 2013 19:43:48 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 52198 invoked by uid 500); 7 Aug 2013 19:43:48 -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 52176 invoked by uid 500); 7 Aug 2013 19:43:48 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 52170 invoked by uid 99); 7 Aug 2013 19:43:48 -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 19:43:48 +0000 Date: Wed, 7 Aug 2013 19:43:48 +0000 (UTC) From: "Sheng Yang (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CLOUDSTACK-3830) [Automation] test_vpc_vm_life_cycle.py:TestVMLifeCycleStoppedVPCVR failed to create NetworkACL 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-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sheng Yang closed CLOUDSTACK-3830. ---------------------------------- Regression passed. > [Automation] test_vpc_vm_life_cycle.py:TestVMLifeCycleStoppedVPCVR failed to create NetworkACL > ---------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-3830 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3830 > 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: Automation > Reporter: Rayees Namathponnan > Assignee: Sheng Yang > Priority: Critical > Fix For: 4.2.0 > > > test_vpc_vm_life_cycle.py:TestVMLifeCycleStoppedVPCVR failed to create NetworkACL, observed below error in log > Error Message > Execute cmd: createnetworkacl failed, due to: errorCode: 431, errorText:Can't specify start/end port when protocol is ICMP > Stacktrace > Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 208, in run > self.setUp() > File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 291, in setUp > self.setupContext(ancestor) > File "/usr/local/lib/python2.7/site-packages/nose/suite.py", line 314, in setupContext > try_run(context, names) > File "/usr/local/lib/python2.7/site-packages/nose/util.py", line 469, in try_run > return func() > File "/Repo_30X/ipcl/cloudstack/test/integration/component/test_vpc_vm_life_cycle.py", line 2186, in setUpClass > traffictype='Egress' > File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 1971, in create > return NetworkACL(apiclient.createNetworkACL(cmd).__dict__) > File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 2029, in createNetworkACL > 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) > cloudstackAPIException: Execute cmd: createnetworkacl failed, due to: errorCode: 431, errorText:Can't specify start/end port when protocol is ICMP -- 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