def check_service_status(self): print('****Start to check service status...') cps_service = CPSServiceBusiness() for proxy in self.proxies: cps_service.check_all_service_template_status(proxy) print('****End to check service status.')
def verify_services_status(self): cps_service = CPSServiceBusiness() for proxy in self.proxy_match_region.keys(): cps_service.check_all_service_template_status(proxy)