Commit ccdf13d9 authored by Shayan Hajipour's avatar Shayan Hajipour
Browse files

bug fix:device's uuid assigned to EndpointId.device_id.device_uuid.uuid in bwm service creation.

parent c2179dd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ def bwInfo_2_service(client, bwInfo: dict) -> Service:
                        port_name = 'PORT-' + match_subif.groups(0)[0]
                        ep_id = EndPointId()
                        ep_id.endpoint_uuid.uuid = device_endpoint_uuids[port_name]
                        ep_id.device_id.device_uuid.uuid = device.device_id.device_uuid
                        ep_id.device_id.device_uuid.uuid = device.device_id.device_uuid.uuid
                        service.service_endpoint_ids.append(ep_id)
    service.service_type = ServiceTypeEnum.SERVICETYPE_L3NM