Browse code

Merge "Add an explicit test-config phase to devstack plugins"

Jenkins authored on 2016/06/15 05:53:12
Showing 2 changed files
... ...
@@ -99,6 +99,8 @@ The current full list of ``mode`` and ``phase`` are:
99 99
       should exist at this point.
100 100
    -  **extra** - Called near the end after layer 1 and 2 services have
101 101
       been started.
102
+   - **test-config** Called at the end of devstack used to configure tempest
103
+      or any other test environments
102 104
 
103 105
 -  **unstack** - Called by ``unstack.sh`` before other services are shut
104 106
    down.
... ...
@@ -1378,6 +1378,12 @@ if is_service_enabled cinder; then
1378 1378
     fi
1379 1379
 fi
1380 1380
 
1381
+# Run test-config
1382
+# ---------------
1383
+
1384
+# Phase: test-config
1385
+run_phase stack test-config
1386
+
1381 1387
 
1382 1388
 # Fin
1383 1389
 # ===