Loading src/service/service/service_handlers/l3nm_ietfslice/L3NM_IETFSlice_ServiceHandler.py +4 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,10 @@ class L3NM_IETFSlice_ServiceHandler(_ServiceHandler): endpoints: List[Tuple[str, str, Optional[str]]], connection_uuid: Optional[str] = None, ) -> List[Union[bool, Exception]]: LOGGER.debug('[DeleteEndpoint] service={:s}'.format(grpc_message_to_json_string(self.__service))) LOGGER.debug('[DeleteEndpoint] endpoints={:s}'.format(str(endpoints))) LOGGER.debug('[DeleteEndpoint] connection_uuid={:s}'.format(str(connection_uuid))) chk_type("endpoints", endpoints, list) if len(endpoints) == 0: return [] Loading src/service/service/service_handlers/l3nm_ncefan/L3NM_NCEFAN_ServiceHandler.py +4 −0 Original line number Diff line number Diff line Loading @@ -474,6 +474,10 @@ class L3NM_NCEFAN_ServiceHandler(_ServiceHandler): endpoints: List[Tuple[str, str, Optional[str]]], connection_uuid: Optional[str] = None, ) -> List[Union[bool, Exception]]: LOGGER.debug('[DeleteEndpoint] service={:s}'.format(grpc_message_to_json_string(self.__service))) LOGGER.debug('[DeleteEndpoint] endpoints={:s}'.format(str(endpoints))) LOGGER.debug('[DeleteEndpoint] connection_uuid={:s}'.format(str(connection_uuid))) chk_type("endpoints", endpoints, list) if len(endpoints) == 0: return [] Loading Loading
src/service/service/service_handlers/l3nm_ietfslice/L3NM_IETFSlice_ServiceHandler.py +4 −0 Original line number Diff line number Diff line Loading @@ -172,6 +172,10 @@ class L3NM_IETFSlice_ServiceHandler(_ServiceHandler): endpoints: List[Tuple[str, str, Optional[str]]], connection_uuid: Optional[str] = None, ) -> List[Union[bool, Exception]]: LOGGER.debug('[DeleteEndpoint] service={:s}'.format(grpc_message_to_json_string(self.__service))) LOGGER.debug('[DeleteEndpoint] endpoints={:s}'.format(str(endpoints))) LOGGER.debug('[DeleteEndpoint] connection_uuid={:s}'.format(str(connection_uuid))) chk_type("endpoints", endpoints, list) if len(endpoints) == 0: return [] Loading
src/service/service/service_handlers/l3nm_ncefan/L3NM_NCEFAN_ServiceHandler.py +4 −0 Original line number Diff line number Diff line Loading @@ -474,6 +474,10 @@ class L3NM_NCEFAN_ServiceHandler(_ServiceHandler): endpoints: List[Tuple[str, str, Optional[str]]], connection_uuid: Optional[str] = None, ) -> List[Union[bool, Exception]]: LOGGER.debug('[DeleteEndpoint] service={:s}'.format(grpc_message_to_json_string(self.__service))) LOGGER.debug('[DeleteEndpoint] endpoints={:s}'.format(str(endpoints))) LOGGER.debug('[DeleteEndpoint] connection_uuid={:s}'.format(str(connection_uuid))) chk_type("endpoints", endpoints, list) if len(endpoints) == 0: return [] Loading