Merge "Remove space in job template"
[releng/builder.git] / jjb / integration / integration-configure-clustering.sh
index 8f7a8080461b2f09cab8064ef397293abc475c91..c6e567b8970e337c17d756c36067395c34cdedae 100644 (file)
@@ -44,18 +44,6 @@ echo ${nodes_list}
 
 run_plan "script"
 
-# Run script plan in case it exists
-if [ -f ${WORKSPACE}/test/csit/scriptplans/${TESTPLAN} ]; then
-    echo "scriptplan exists!!!"
-    echo "Reading the scriptplan:"
-    cat ${WORKSPACE}/test/csit/scriptplans/${TESTPLAN} | sed "s:integration:${WORKSPACE}:" > scriptplan.txt
-    cat scriptplan.txt
-    for line in $( egrep -v '(^[[:space:]]*#|^[[:space:]]*$)' scriptplan.txt ); do
-        echo "Executing ${line}..."
-        source ${line}
-    done
-fi
-
 # Create the configuration script to be run on controllers.
 cat > ${WORKSPACE}/configuration-script.sh <<EOF
 set -x