Commit 9a4a29b9 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Simap Connector:

- Corrected simap/nce-fan/nce-t TCP port
parent 46c1cd4e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,9 +24,9 @@ CONTROLLER_TO_ADDRESS_PORT = {
    'TFS-E2E' : ('10.254.0.10', 80),
    'TFS-AGG' : ('10.254.0.11', 80),
    'TFS-IP'  : ('10.254.0.12', 80),
    'NCE-T'   : ('10.254.0.9',  80),
    'NCE-FAN' : ('10.254.0.9',  80),
    'SIMAP'   : ('10.254.0.9',  80),
    'NCE-T'   : ('10.254.0.9',  8082),
    'NCE-FAN' : ('10.254.0.9',  8081),
    'SIMAP'   : ('10.254.0.9',  8080),
}

WAIT_LOOP_GRANULARITY = 0.5