Builder job for deploying Openstack for testing
[releng/builder.git] / jjb / integration / include-raw-integration-start-cluster-run-test.sh
index 61f5dac337d33128ce4422c2f32e26e674a6bbfb..4bc956436ad5a7e2efd0ccb2377039901f989366 100644 (file)
@@ -67,6 +67,11 @@ do
     ssh ${!CONTROLLERIP} "bash /tmp/verify-cluster-is-up.sh ${i} ${!CONTROLLERIP}"
 done
 
+if [ ${NUM_OPENSTACK_SYSTEM} -gt 0 ]; then
+   echo "Exiting without running tests to deploy openstack for testing"
+   exit
+fi
+
 if [ ${CONTROLLERSCOPE} == 'all' ]; then
     COOLDOWN_PERIOD="180"
 else