[
https://issues.apache.org/jira/browse/CLOUDSTACK-5599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13854708#comment-13854708
]
Rayees Namathponnan commented on CLOUDSTACK-5599:
-------------------------------------------------
Looks like, this issue happening after below check-in
https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=03811c0c46a3c74f4271b08faa8ce40a4e2598f7
Especially -from utils import *
+
from marvin.sshClient import SshClient
-from utils import *
-from base import *
-from marvin.codes import PASS
+import random
> [Automation] Test cases failing with "cannot import name cleanup_resources"
> ---------------------------------------------------------------------------
>
> Key: CLOUDSTACK-5599
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5599
> Project: CloudStack
> Issue Type: Test
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Automation
> Affects Versions: 4.3.0
> Reporter: Rayees Namathponnan
> Fix For: 4.3.0
>
>
> Job ; 228 Regression_Advanced_KVM_60_Multi
> Many test cases failing with error
> [root@autoclient1 component]# python test_assign_vm.py
> Traceback (most recent call last):
> File "test_assign_vm.py", line 32, in <module>
> from marvin.integration.lib.common import (get_domain,
> ImportError: cannot import name cleanup_resources
> [root@autoclient1 component]#
> Test cases facing the issue
> test_assign_vm
> test_cpu_domain_limits
> test_cpu_project_limits
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)