You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Girish Shilamkar (JIRA)" <ji...@apache.org> on 2014/02/27 09:10:20 UTC

[jira] [Resolved] (CLOUDSTACK-6138) [Automation] test_portable_ip test case failed to import is_public_ip_in_correct_state

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-6138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Girish Shilamkar resolved CLOUDSTACK-6138.
------------------------------------------

    Resolution: Not A Problem

Test case is fine, please check  $PYTHONPATH

[root@autoclient1 cloudstack]# git checkout 4.3-forward
Checking out files: 100% (5415/5415), done.
Branch 4.3-forward set up to track remote branch 4.3-forward from origin.
Switched to a new branch '4.3-forward'
[root@autoclient1 cloudstack]# git pull
remote: Counting objects: 470, done.
remote: Compressing objects: 100% (148/148), done.
remote: Total 167 (delta 97), reused 0 (delta 0)
Receiving objects: 100% (167/167), 22.94 KiB, done.
Resolving deltas: 100% (97/97), completed with 70 local objects.
>From https://git-wip-us.apache.org/repos/asf/cloudstack
   8cb03dd..24dcf29  4.3-forward -> origin/4.3-forward
   00704ee..e90d595  acl-item-cidrs -> origin/acl-item-cidrs
   e431538..bb6fddf  master     -> origin/master
   45a96e4..bf479e7  rbac       -> origin/rbac
Updating 8cb03dd..24dcf29
Fast-forward
 client/pom.xml                                     |    8 +
 developer/pom.xml                                  |   17 +
 .../kvm/storage/KVMStorageProcessor.java           |   15 +-
 .../hypervisor/xen/resource/CitrixHelper.java      |  345 +++++++++++++++++++-
 .../xen/resource/Xenserver625Resource.java         |   15 +-
 setup/db/db/schema-421to430.sql                    |    4 +
 setup/db/templates.sql                             |    3 +
 ui/scripts/system.js                               |  133 ++++++++
 .../vmware/util/VmwareGuestOsMapper.java           |    5 +-
 9 files changed, 529 insertions(+), 16 deletions(-)
[root@autoclient1 cloudstack]# python test/integration/component/test_portable_ip.py 
[root@autoclient1 cloudstack]# git checkout master 
Switched to branch 'master'
Your branch is behind 'origin/master' by 5 commits, and can be fast-forwarded.
[root@autoclient1 cloudstack]# git pull
Updating e431538..bb6fddf
Fast-forward
 .../cloudstack/api/command/user/vm/ListVMsCmd.java |   11 +-
 .../api/command/user/volume/ListVolumesCmd.java    |   11 +-
 developer/pom.xml                                  |    8 +
 .../kvm/storage/KVMStorageProcessor.java           |   13 ++-
 .../src/com/cloud/api/query/QueryManagerImpl.java  |   16 ++
 server/src/com/cloud/server/Criteria.java          |    1 +
 ui/scripts/network.js                              |  157 ++++++++++++++++----
 7 files changed, 183 insertions(+), 34 deletions(-)
[root@autoclient1 cloudstack]# python test/integration/component/test_portable_ip.py 
[root@autoclient1 cloudstack]# 

> [Automation] test_portable_ip test case failed to import is_public_ip_in_correct_state 
> ---------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-6138
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6138
>             Project: CloudStack
>          Issue Type: Test
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Automation
>    Affects Versions: 4.4.0
>            Reporter: Rayees Namathponnan
>            Priority: Critical
>             Fix For: 4.4.0
>
>
> Test case "test_portable_ip" failed to execute after below checkin 
> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commitdiff;h=65e1e700313b3276714e32f4943b5efd42d38d84 
> Failed while importing is_public_ip_in_correct_state
> [root@autoclient2 component]# python test_portable_ip.py
> Traceback (most recent call last):
>   File "test_portable_ip.py", line 35, in <module>
>     from marvin.integration.lib.common import (get_zone,
> ImportError: cannot import name is_public_ip_in_correct_state
> [root@autoclient2 component]# python test_routers.py



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)