define PLC_MAIL_FROM_ADDRESS
[tests.git] / system / config_sfamesh.py
1 # tweak the config so that aggregates.xml point to slice managers instead of AMs
2 def config (plc_specs, options):
3     for plc_spec in plc_specs:
4         plc_spec['sfa']['neighbours-port']=12347
5     return plc_specs