Skip to content
Snippets Groups Projects
Commit edd4b3c2 authored by Javier Diaz's avatar Javier Diaz
Browse files

debugging

parent bd90b6ed
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!259Resolve "(CTTC) Replace DLT Gateway functionality with an opensource and Hyper Ledger v2.4+ compliant version"
...@@ -66,7 +66,7 @@ class DltRecordSender: ...@@ -66,7 +66,7 @@ class DltRecordSender:
for dlt_record_uuid in self.dlt_record_uuids: for dlt_record_uuid in self.dlt_record_uuids:
topology_id,dlt_record = self.dlt_record_uuid_to_data[dlt_record_uuid] topology_id,dlt_record = self.dlt_record_uuid_to_data[dlt_record_uuid]
if isinstance(dlt_record, Device): if isinstance(dlt_record, Device):
#device_id = self.context_client.SetDevice(dlt_record) # Se retriggerea el Evento. device_id = self.context_client.SetDevice(dlt_record) # Se retriggerea el Evento.
#LOGGER.debug('DEVICE_ID: ({:s})'.format(grpc_message_to_json_string(device_id))) #LOGGER.debug('DEVICE_ID: ({:s})'.format(grpc_message_to_json_string(device_id)))
if self.dlt_connector_client is None: continue if self.dlt_connector_client is None: continue
dlt_device_id = DltDeviceId() dlt_device_id = DltDeviceId()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment