DaanHoogland commented on code in PR #7031:
URL: https://github.com/apache/cloudstack/pull/7031#discussion_r1059256319


##########
tools/marvin/marvin/cloudstackTestCase.py:
##########
@@ -99,7 +99,9 @@ def cleanup_resources(cls, api_client, resources):
             Delete resources (created during tests)
         """
         for obj in resources:
-            if isinstance(obj, VirtualMachine):
+            if isinstance(obj, Domain):
+                obj.delete(api_client, cleanup=true)

Review Comment:
   ```suggestion
                   obj.delete(api_client, cleanup=True)
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to