Skip to content
Snippets Groups Projects
Commit e9a14689 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common:

- Add CLIENT and EMULATED_CLIENT device types
parent 855f279f
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!184Resolve "(CTTC) Add new device type "CLIENT" and "EMULATED-CLIENT""
......@@ -20,6 +20,7 @@ class DeviceTypeEnum(Enum):
NETWORK = 'network'
# Emulated device types
EMULATED_CLIENT = 'emu-client'
EMULATED_DATACENTER = 'emu-datacenter'
EMULATED_MICROWAVE_RADIO_SYSTEM = 'emu-microwave-radio-system'
EMULATED_OPEN_LINE_SYSTEM = 'emu-open-line-system'
......@@ -33,6 +34,7 @@ class DeviceTypeEnum(Enum):
EMULATED_XR_CONSTELLATION = 'emu-xr-constellation'
# Real device types
CLIENT = 'client'
DATACENTER = 'datacenter'
MICROWAVE_RADIO_SYSTEM = 'microwave-radio-system'
OPEN_LINE_SYSTEM = 'open-line-system'
......
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