Commit 0cf897ce authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Remove unused attributes in service test set.

parent 232e5057
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -29,15 +29,11 @@ DEVICE2_UUID = 'EMULATED-ROUTER-2'
DEVICE_ATTRIBUTES = { # device_uuid => {device_settings}
    DEVICE1_UUID: {
        'type'    : 'emulated',
        'address' : '10.95.86.155',
        'port'    : '830',
        'drivers' : [DeviceDriverEnum.DEVICEDRIVER_UNDEFINED],
        'endpoint': 'EP100',
    },
    DEVICE2_UUID: {
        'type'    : 'emulated',
        'address' : '10.96.86.149',
        'port'    : '830',
        'drivers' : [DeviceDriverEnum.DEVICEDRIVER_UNDEFINED],
        'endpoint': 'EP100',
    },