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

Common:

- Add new Device Types
parent 6b535983
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -21,7 +21,10 @@ class DeviceTypeEnum(Enum):

    # Emulated device types
    EMULATED_CLIENT                 = 'emu-client'
    EMULATED_COMPUTER               = 'emu-computer'
    EMULATED_DATACENTER             = 'emu-datacenter'
    EMULATED_VIRTUAL_MACHINE        = 'emu-virtual-machine'

    EMULATED_IP_SDN_CONTROLLER      = 'emu-ip-sdn-controller'
    EMULATED_MICROWAVE_RADIO_SYSTEM = 'emu-microwave-radio-system'
    EMULATED_OPEN_LINE_SYSTEM       = 'emu-open-line-system'
@@ -41,9 +44,13 @@ class DeviceTypeEnum(Enum):
    NCE                             = 'nce'
    MICROWAVE_RADIO_SYSTEM          = 'microwave-radio-system'
    OPEN_LINE_SYSTEM                = 'open-line-system'
    OPTICAL_OLT                     = 'optical-olt'
    OPTICAL_ONT                     = 'optical-ont'
    OPTICAL_FGOTN                   = 'optical-fgotn'
    OPTICAL_ROADM                   = 'optical-roadm'
    OPTICAL_TRANSPONDER             = 'optical-transponder'
    P4_SWITCH                       = 'p4-switch'
    PACKET_POP                      = 'packet-pop'
    PACKET_RADIO_ROUTER             = 'packet-radio-router'
    PACKET_ROUTER                   = 'packet-router'
    PACKET_SWITCH                   = 'packet-switch'