Browse code

Merge "Add test-config local.conf processing"

Jenkins authored on 2016/12/02 05:31:01
Showing 1 changed files
... ...
@@ -1411,6 +1411,9 @@ fi
1411 1411
 # Phase: test-config
1412 1412
 run_phase stack test-config
1413 1413
 
1414
+# Apply late configuration from ``local.conf`` if it exists for layer 2 services
1415
+# Phase: test-config
1416
+merge_config_group $TOP_DIR/local.conf test-config
1414 1417
 
1415 1418
 # Fin
1416 1419
 # ===