You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/12/09 15:08:09 UTC

[jira] [Commented] (CLOUDSTACK-5269) [Automation] test_shared_networks failed to import "get_free_vlan" and failed

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-5269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843176#comment-13843176 ] 

ASF subversion and git services commented on CLOUDSTACK-5269:
-------------------------------------------------------------

Commit 5cbda8b64a127090a255fdfdf188b84e5ed53c74 in branch refs/heads/master from [~santhoshe]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=5cbda8b ]

CLOUDSTACK-5269: Fix nose failures.


> [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.4#6159)