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 9721E10491 for ; Sat, 7 Dec 2013 12:07:39 +0000 (UTC) Received: (qmail 35700 invoked by uid 500); 7 Dec 2013 12:07:38 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 35595 invoked by uid 500); 7 Dec 2013 12:07:37 -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 35587 invoked by uid 500); 7 Dec 2013 12:07:37 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 35582 invoked by uid 99); 7 Dec 2013 12:07:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Dec 2013 12:07:35 +0000 Date: Sat, 7 Dec 2013 12:07:35 +0000 (UTC) From: "Santhosh Kumar Edukulla (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CLOUDSTACK-5269) [Automation] test_shared_networks failed to import "get_free_vlan" and failed 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-5269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santhosh Kumar Edukulla reassigned CLOUDSTACK-5269: --------------------------------------------------- Assignee: Santhosh Kumar Edukulla > [Automation] test_shared_networks failed to import "get_free_vlan" and failed > ------------------------------------------------------------------------------ > > Key: CLOUDSTACK-5269 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5269 > 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: Basic zone > Automation > Reporter: Rayees Namathponnan > Assignee: Santhosh Kumar Edukulla > Fix For: 4.3.0 > > > Steps to reproduce > execute test_shared_networks.py in basic zone; test case failed to execute with below error > + nosetests --with-xunit --xunit-file=test_shared_networks.xml --with-marvin --marvin-config=/hudson/scripts/bvt_basic_sg_kvm.cfg /Repo_30X/ipcl/cloudstack/test//integration/component/test_shared_networks.py --load -a tags=sg -a tags=basic > ERROR > ====================================================================== > ERROR: Failure: ImportError (cannot import name get_free_vlan) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.7/site-packages/nose/case.py", line 132, in run > self.beforeTest(result) > File "/usr/local/lib/python2.7/site-packages/nose/case.py", line 74, in beforeTest > beforeTest(self.test) > File "/usr/local/lib/python2.7/site-packages/nose/proxy.py", line 117, in beforeTest > self.plugins.beforeTest(self.test) > File "/usr/local/lib/python2.7/site-packages/nose/plugins/manager.py", line 99, in __call__ > return self.call(*arg, **kw) > File "/usr/local/lib/python2.7/site-packages/nose/plugins/manager.py", line 167, in simple > result = meth(*arg, **kw) > File "/usr/local/lib/python2.7/site-packages/marvin/marvinPlugin.py", line 130, in beforeTest > self.testclient.identifier = '-'.join([self.identifier, self.testName]) > TypeError: sequence item 0: expected string, NoneType found > ---------------------------------------------------------------------- > Ran 0 tests in 0.023s > FAILED (errors=1) -- This message was sent by Atlassian JIRA (v6.1#6144)