Exemplo n.º 1
0
 def stop_services(self):
     audit_service.stop()
     index_service.stop()
     activity_service.stop()
Exemplo n.º 2
0
 def tearDown(self):
   IntegrationTestCase.tearDown(self)
   if audit_service.running:
     audit_service.stop()