Chandan Purushothama created CLOUDSTACK-7016:
------------------------------------------------

             Summary: [Automation] type object 'TestDeployVMAffinityGroups' has 
no attribute '_TestDeployVMAffinityGroups__cleanup
                 Key: CLOUDSTACK-7016
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7016
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Automation, Test
    Affects Versions: 4.4.0
            Reporter: Chandan Purushothama
            Priority: Critical
             Fix For: 4.4.0



==============
Bug in test script:
==============

    @classmethod
    def tearDownClass(cls):

        try:
            cls.api_client = super(TestDeployVMAffinityGroups, 
cls).getClsTestClient().getApiClient()
            #Clean up, terminate the created templates
            cleanup_resources(cls.api_client, cls.__cleanup) ----> BUG: It 
should be cls._cleanup
        except Exception as e:
            raise Exception("Warning: Exception during cleanup : %s" % e)



=============
Error Message:
=============

Warning: Exception during cleanup : type object 'TestDeployVMAffinityGroups' 
has no attribute '_TestDeployVMAffinityGroups__cleanup'
-------------------- >> begin captured logging << --------------------
test_10_deploy_vm_by_aff_grp_name_and_id 
(integration.component.test_affinity_groups.TestDeployVMAffinityGroups): 
CRITICAL: EXCEPTION: test_10_deploy_vm_by_aff_grp_name_and_id: ['Traceback 
(most recent call last):\n', '  File 
"/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 227, in run\n    
self.tearDown()\n', '  File 
"/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 350, in tearDown\n 
   self.teardownContext(ancestor)\n', '  File 
"/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 366, in 
teardownContext\n    try_run(context, names)\n', '  File 
"/usr/local/lib/python2.7/dist-packages/nose/util.py", line 470, in try_run\n   
 return func()\n', '  File 
"/home/jenkins/workspace/xenrt-reg-adv-xs/cloudstack.git/test/integration/component/test_affinity_groups.py",
 line 1154, in tearDownClass\n    raise Exception("Warning: Exception during 
cleanup : %s" % e)\n', "Exception: Warning: Exception during cleanup : type 
object 'TestDeployVMAffinityGroups' has no attribute 
'_TestDeployVMAffinityGroups__cleanup'\n"]
--------------------- >> end captured logging << ---------------------

Stacktrace

  File "/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 227, in run
    self.tearDown()
  File "/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 350, in 
tearDown
    self.teardownContext(ancestor)
  File "/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 366, in 
teardownContext
    try_run(context, names)
  File "/usr/local/lib/python2.7/dist-packages/nose/util.py", line 470, in 
try_run
    return func()
  File 
"/home/jenkins/workspace/xenrt-reg-adv-xs/cloudstack.git/test/integration/component/test_affinity_groups.py",
 line 1154, in tearDownClass
    raise Exception("Warning: Exception during cleanup : %s" % e)
'Warning: Exception during cleanup : type object \'TestDeployVMAffinityGroups\' 
has no attribute \'_TestDeployVMAffinityGroups__cleanup\'\n-------------------- 
>> begin captured logging << 
--------------------\ntest_10_deploy_vm_by_aff_grp_name_and_id 
(integration.component.test_affinity_groups.TestDeployVMAffinityGroups): 
CRITICAL: EXCEPTION: test_10_deploy_vm_by_aff_grp_name_and_id: [\'Traceback 
(most recent call last):\\n\', \'  File 
"/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 227, in run\\n    
self.tearDown()\\n\', \'  File 
"/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 350, in 
tearDown\\n    self.teardownContext(ancestor)\\n\', \'  File 
"/usr/local/lib/python2.7/dist-packages/nose/suite.py", line 366, in 
teardownContext\\n    try_run(context, names)\\n\', \'  File 
"/usr/local/lib/python2.7/dist-packages/nose/util.py", line 470, in try_run\\n  
  return func()\\n\', \'  File 
"/home/jenkins/workspace/xenrt-reg-adv-xs/cloudstack.git/test/integration/component/test_affinity_groups.py",
 line 1154, in tearDownClass\\n    raise Exception("Warning: Exception during 
cleanup : %s" % e)\\n\', "Exception: Warning: Exception during cleanup : type 
object \'TestDeployVMAffinityGroups\' has no attribute 
\'_TestDeployVMAffinityGroups__cleanup\'\\n"]\n--------------------- >> end 
captured logging << ---------------------'



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to