def tearDown(self):
     super(BaseCertificateRequestsTestCase, self).tearDown()
     database_utils.in_memory_cleanup()
     self.cert_plugin_patcher.stop()
     self.save_plugin_meta_patcher.stop()
     self.get_plugin_meta_patcher.stop()
     self.cert_event_plugin_patcher.stop()
     self.barbican_meta_dto_patcher.stop()
     self.save_barbican_barbican_meta_patcher.stop()
     self.get_barbican_plugin_meta_patcher.stop()
     self.store_plugin_patcher.stop()
Пример #2
0
 def tearDown(self):
     super(BaseCertificateRequestsTestCase, self).tearDown()
     database_utils.in_memory_cleanup()
     self.cert_plugin_patcher.stop()
     self.save_plugin_meta_patcher.stop()
     self.get_plugin_meta_patcher.stop()
     self.cert_event_plugin_patcher.stop()
     self.barbican_meta_dto_patcher.stop()
     self.save_barbican_barbican_meta_patcher.stop()
     self.get_barbican_plugin_meta_patcher.stop()
     self.store_plugin_patcher.stop()
Пример #3
0
 def tearDown(self):
     database_utils.in_memory_cleanup()
     super(BarbicanAPIBaseTestCase, self).tearDown()
Пример #4
0
 def tearDown(self):
     database_utils.in_memory_cleanup()
     super(BarbicanAPIBaseTestCase, self).tearDown()