1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

daq instrument: updating default server_port to match daq server.

This commit is contained in:
Sergei Trofimov 2015-06-09 15:22:57 +01:00
parent 5fdb94d804
commit 771567365d

View File

@ -95,7 +95,7 @@ class Daq(Instrument):
global_alias='daq_server_host',
description='The host address of the machine that runs the daq Server which the '
'insturment communicates with.'),
Parameter('server_port', kind=int, default=56788,
Parameter('server_port', kind=int, default=45677,
global_alias='daq_server_port',
description='The port number for daq Server in which daq insturment communicates '
'with.'),