Disable PEER and XLXPEER connections for testing
This commit is contained in:
parent
c41b2b9131
commit
f02b5ff22e
@ -2086,6 +2086,9 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
for system in CONFIG['SYSTEMS']:
|
for system in CONFIG['SYSTEMS']:
|
||||||
if CONFIG['SYSTEMS'][system]['ENABLED']:
|
if CONFIG['SYSTEMS'][system]['ENABLED']:
|
||||||
|
if CONFIG['SYSTEMS'][system]['MODE'] == 'XLXPEER' or CONFIG['SYSTEMS'][system]['MODE'] == 'PEER':
|
||||||
|
logger.warning('(GLOBAL) system %s not started - XLXPEER and PEER connections currently unsupported ', system)
|
||||||
|
continue
|
||||||
if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE':
|
if CONFIG['SYSTEMS'][system]['MODE'] == 'OPENBRIDGE':
|
||||||
systems[system] = routerOBP(system, CONFIG, report_server)
|
systems[system] = routerOBP(system, CONFIG, report_server)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user