Merge "Configure CSIT Jenkins view"
[ci-management.git] / jjb / hc2vpp / include-raw-hc2vpp-csit-integration-odl.sh
index 6d1b3bf..5cd8b3e 100644 (file)
@@ -14,19 +14,19 @@ git clone https://gerrit.fd.io/r/csit --branch ${CSIT_BRANCH}
 
 # If the git clone fails, complain clearly and exit
 if [ $? != 0 ]; then
-    echo "Failed to run: git clone https://gerrit.fd.io/r/csit --branch master"
+    echo "Failed to run: git clone https://gerrit.fd.io/r/csit --branch ${CSIT_BRANCH}"
     exit
 fi
 
 cd csit
 # execute csit bootstrap script if it exists
-if [ ! -e bootstrap-hc2vpp-integration.sh ]
+if [ ! -e bootstrap-hc2vpp-integration-odl.sh ]
 then
     echo 'ERROR: No bootstrap-hc2vpp-integration.sh found'
     exit 1
 else
     # make sure that bootstrap.sh is executable
-    chmod +x bootstrap-hc2vpp-integration.sh
+    chmod +x bootstrap-hc2vpp-integration-odl.sh
     # run the script
     if [ ${STREAM} == 'master' ]; then
         ./bootstrap-hc2vpp-integration-odl.sh ${STREAM} ${OS} ${ODL}