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

Prasanna Santhanam resolved CLOUDSTACK-3747.
--------------------------------------------

    Resolution: Fixed
      Assignee: Sheng Yang  (was: Prasanna Santhanam)

I can see Sheng has added cleanup for all accounts:

commit f3cf319c37e9ac9e2a3698463f9c51e5d1f57edc
Author: Sheng Yang <[email protected]>
Date:   Tue Jul 23 21:03:26 2013 -0700

    Automation: Fix clean up in tearDown
    
    We shouldn't clean up class-scope resources(_cleanup). We should create 
local
    ones(cleanup) then clean it.
    
    So:
    cls._cleanup would be used for class-scope resources.
    self.cleanup would be used for each unit.

commit 5b238fa4af45e92224a9562de556bb67be9edee9
Author: Sheng Yang <[email protected]>
Date:   Tue Jul 23 12:05:42 2013 -0700

    Automation: Fix enormous missing tearDown() for test cases
    
    This result in countless test case failure because many test case units 
didn't
    clean up after it.
    
    The regression test result should be improved quite a bit after this change.
                
> [Account] test_vpc.py:TestVPC not deleting the account after the test
> ---------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-3747
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3747
>             Project: CloudStack
>          Issue Type: Test
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Automation, Test
>    Affects Versions: 4.2.0
>            Reporter: Rayees Namathponnan
>            Assignee: Sheng Yang
>             Fix For: 4.2.0
>
>
> After complete this suite test_vpc.py:TestVPC; account creating during the 
> test not removed; it will effect following tests execution

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to