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