예제 #1
0
 def stop_services(self):
     audit_service.stop()
     index_service.stop()
     activity_service.stop()
예제 #2
0
 def tearDown(self):
   IntegrationTestCase.tearDown(self)
   if index_service.running:
     index_service.stop()