Github user rhtyd commented on the pull request:

    https://github.com/apache/cloudstack/pull/1539#issuecomment-218657103
  
    I think one way to cleanup would be to do it case by case basis for each 
test case manually instead of relying on the class level cleanup. Also, it's 
best to avoid using `cls` instead use cleanup for instance (use self.cleanup). 
I personally prefer to avoid class level setups, if we use instance 
`self.stuff` -- we know things are going to be created and cleaned-up for each 
test case.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to