We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8681f5 commit c863cc2Copy full SHA for c863cc2
1 file changed
test/integration/plugins/test_quota.py
@@ -54,6 +54,14 @@ def setUpClass(cls):
54
]
55
return
56
57
+ @classmethod
58
+ def tearDownClass(cls):
59
+ try:
60
+ cleanup_resources(cls.apiclient, cls._cleanup)
61
+ except Exception as e:
62
+ raise Exception("Warning: Exception during cleanup : %s" % e)
63
+ return
64
+
65
def setUp(self):
66
self.apiclient = self.testClient.getApiClient()
67
self.hypervisor = self.testClient.getHypervisorInfo()
0 commit comments