DaanHoogland commented on a change in pull request #4929:
URL: https://github.com/apache/cloudstack/pull/4929#discussion_r619193576



##########
File path: test/integration/smoke/test_scale_vm.py
##########
@@ -90,17 +116,19 @@ def setUpClass(cls):
             serviceofferingid=cls.small_offering.id,
             mode=cls.services["mode"]
         )
-        cls._cleanup = [
-            cls.small_offering,
-            cls.account
-        ]
 
     @classmethod
     def tearDownClass(cls):
         cls.apiclient = super(

Review comment:
       cls.apiclient is already set in setup. we can remove this.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to