Commit 4d81dc2e authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Service component - L3NM IETF Slice:

- Added log messages
parent 30753efd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ class IetfSliceDriver(_Driver):
        with self.__lock:
            for i, resource in enumerate(resources):
                str_resource_name = 'resource_key[#{:d}]'.format(i)
                LOGGER.info('resource = {:s}'.format(str(resource)))
                LOGGER.info('[SetConfig] resource = {:s}'.format(str(resource)))
                resource_key, resource_value = resource

                if not RE_IETF_SLICE_DATA.match(resource_key): continue
@@ -168,7 +168,7 @@ class IetfSliceDriver(_Driver):
        with self.__lock:
            for i, resource in enumerate(resources):
                str_resource_name = 'resource_key[#{:d}]'.format(i)
                LOGGER.info('resource = {:s}'.format(str(resource)))
                LOGGER.info('[DeleteConfig] resource = {:s}'.format(str(resource)))
                resource_key, resource_value = resource

                if not RE_IETF_SLICE_DATA.match(resource_key): continue