Exemplo n.º 1
0
    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.')
Exemplo n.º 2
0
    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.')
Exemplo n.º 3
0
 def verify_services_status(self):
     cps_service = CPSServiceBusiness()
     for proxy in self.proxy_match_region.keys():
         cps_service.check_all_service_template_status(proxy)
Exemplo n.º 4
0
 def verify_services_status(self):
     cps_service = CPSServiceBusiness()
     for proxy in self.proxy_match_region.keys():
         cps_service.check_all_service_template_status(proxy)