Pearl1594 commented on code in PR #9546:
URL: https://github.com/apache/cloudstack/pull/9546#discussion_r1731236880


##########
test/integration/component/test_network_offering.py:
##########
@@ -1395,12 +1395,10 @@ def setUpClass(cls):
 
     @classmethod
     def tearDownClass(cls):
-        try:
-            #Cleanup resources used
-            cleanup_resources(cls.apiclient, cls.cleanup)
-        except Exception as e:
-            raise Exception("Warning: Exception during cleanup : %s" % e)
-        return
+        super(TestNOWithOnlySourceNAT, cls).tearDownClass()

Review Comment:
   Sorry @DaanHoogland , not sure I understand what's the problem here? As 
suggested, I've updated the tearDownClass methods to invoke super()



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to