563932b8009fdfd40465e1416b58c7af6bdeed84
[tests.git] / 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