summaryrefslogtreecommitdiffstats
path: root/jjb/hc2vpp/include-raw-hc2vpp-csit-integration-odl.sh
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-05-25 10:01:53 +0200
committerselias <samelias@cisco.com>2017-05-25 10:01:53 +0200
commitb6ad2056b95823139c90f8b78d7d3f2665547c87 (patch)
tree3657052ae963d7aa2d1b3f518bf3d5fe4dc0e74b /jjb/hc2vpp/include-raw-hc2vpp-csit-integration-odl.sh
parent153d6f83fe7e1093601b9ad20ae1d446426a2042 (diff)
Honeycomb performance job
Change-Id: If9aced5e6294974874bcf10a1bc7c471c03a819f Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'jjb/hc2vpp/include-raw-hc2vpp-csit-integration-odl.sh')
-rw-r--r--jjb/hc2vpp/include-raw-hc2vpp-csit-integration-odl.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/hc2vpp/include-raw-hc2vpp-csit-integration-odl.sh b/jjb/hc2vpp/include-raw-hc2vpp-csit-integration-odl.sh
index 6d1b3bfba..5cd8b3e94 100644
--- a/jjb/hc2vpp/include-raw-hc2vpp-csit-integration-odl.sh
+++ b/jjb/hc2vpp/include-raw-hc2vpp-csit-integration-odl.sh
@@ -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}