Loading src/automation/service/zsm_handler_api/_ZSMHandler.py +0 −3 Original line number Diff line number Diff line Loading @@ -25,9 +25,6 @@ class _ZSMHandler: def zsmCreate(self, request : ZSMCreateRequest, context : grpc.ServicerContext): LOGGER.info('zsmCreate method') def zsmUpdate(self, request : ZSMCreateUpdate, context : grpc.ServicerContext): LOGGER.info('zsmUpdate method') def zsmDelete(self, request : ZSMServiceID, context : grpc.ServicerContext): LOGGER.info('zsmDelete method') Loading src/automation/service/zsm_handlers/P4INTZSMPlugin.py +0 −3 Original line number Diff line number Diff line Loading @@ -79,9 +79,6 @@ class P4INTZSMPlugin(_ZSMHandler): policy_client.close() return ZSMService() def zsmUpdate(self): LOGGER.info('zsmUpdate method') def zsmDelete(self): LOGGER.info('zsmDelete method') Loading Loading
src/automation/service/zsm_handler_api/_ZSMHandler.py +0 −3 Original line number Diff line number Diff line Loading @@ -25,9 +25,6 @@ class _ZSMHandler: def zsmCreate(self, request : ZSMCreateRequest, context : grpc.ServicerContext): LOGGER.info('zsmCreate method') def zsmUpdate(self, request : ZSMCreateUpdate, context : grpc.ServicerContext): LOGGER.info('zsmUpdate method') def zsmDelete(self, request : ZSMServiceID, context : grpc.ServicerContext): LOGGER.info('zsmDelete method') Loading
src/automation/service/zsm_handlers/P4INTZSMPlugin.py +0 −3 Original line number Diff line number Diff line Loading @@ -79,9 +79,6 @@ class P4INTZSMPlugin(_ZSMHandler): policy_client.close() return ZSMService() def zsmUpdate(self): LOGGER.info('zsmUpdate method') def zsmDelete(self): LOGGER.info('zsmDelete method') Loading