Commit 2b4cac1e authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Service component:

- Added emulated device as permitted device type for OC Service handler
parent c4952d54
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -186,7 +186,8 @@ SERVICE_HANDLERS = [
            FilterFieldEnum.SERVICE_TYPE  : ServiceTypeEnum.SERVICETYPE_OPTICAL_CONNECTIVITY,
            FilterFieldEnum.DEVICE_DRIVER : [
                DeviceDriverEnum.DEVICEDRIVER_OC,
                DeviceDriverEnum.DEVICEDRIVER_OPENROADM
                DeviceDriverEnum.DEVICEDRIVER_OPENROADM,
                DeviceDriverEnum.DEVICEDRIVER_UNDEFINED,
            ],
        }
    ]),