Exemple #1
0
 def cleanup_eventing(self):
     ev_node = self.cluster_util.get_nodes_from_services_map(
         cluster=self.cluster,
         service_type=CbServer.Services.EVENTING,
         get_all_nodes=False)
     ev_rest = EventingHelper(ev_node)
     self.log.info("Running eventing cleanup api...")
     ev_rest.cleanup_eventing()
Exemple #2
0
 def cleanup_eventing(self):
     ev_rest = EventingHelper(self.eventing_nodes[0])
     self.log.info("Running eventing cleanup api...")
     ev_rest.cleanup_eventing()