use AMs in aggregates.xml by default, stack sfamesh to get SMs
[tests.git] / system / config_sfamesh.py
diff --git a/system/config_sfamesh.py b/system/config_sfamesh.py
new file mode 100644 (file)
index 0000000..563932b
--- /dev/null
@@ -0,0 +1,5 @@
+# tweak the config so that aggregates.xml point to slice managers instead of AMs
+def config (plc_specs, options):
+    for plc_spec in plc_specs:
+        plc_spec['sfa']['neighbours-port']=12347
+    return plc_specs