Commit ee6d01a1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common:

- Added missing device types
parent 68998e44
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,9 +25,11 @@ class DeviceTypeEnum(Enum):
    EMULATED_OPEN_LINE_SYSTEM       = 'emu-open-line-system'
    EMULATED_OPTICAL_ROADM          = 'emu-optical-roadm'
    EMULATED_OPTICAL_TRANSPONDER    = 'emu-optical-transponder'
    EMULATED_OPTICAL_SPLITTER       = 'emu-optical-splitter'        # passive component required for XR Constellation
    EMULATED_P4_SWITCH              = 'emu-p4-switch'
    EMULATED_PACKET_ROUTER          = 'emu-packet-router'
    EMULATED_PACKET_SWITCH          = 'emu-packet-switch'
    EMULATED_XR_CONSTELLATION       = 'emu-xr-constellation'

    # Real device types
    DATACENTER                      = 'datacenter'