X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fsxp%2Fscripts%2Ftools_node_setup.sh;h=f6a0cea213bc961fde906dec163cdef87460e881;hb=182298ef54d88b286f22c0dece96626d9aff87e6;hp=715f0c19427b55024a75ff629738fd63824fa19c;hpb=1e0c90a8b4245d01bcd901a92b1a4a57f6e7d82f;p=integration%2Ftest.git diff --git a/csit/suites/sxp/scripts/tools_node_setup.sh b/csit/suites/sxp/scripts/tools_node_setup.sh index 715f0c1942..f6a0cea213 100755 --- a/csit/suites/sxp/scripts/tools_node_setup.sh +++ b/csit/suites/sxp/scripts/tools_node_setup.sh @@ -2,7 +2,7 @@ TOOLS_WORK_DIR="/tmp" echo "Extracting the new controller... [${TOOLS_SYSTEM_IP}]" -ssh ${TOOLS_SYSTEM_IP} wget --progress=dot:mega ${ACTUALBUNDLEURL} -P ${TOOLS_WORK_DIR} +ssh ${TOOLS_SYSTEM_IP} wget --progress=dot:mega ${ACTUAL_BUNDLE_URL} -P ${TOOLS_WORK_DIR} ssh ${TOOLS_SYSTEM_IP} unzip -q ${TOOLS_WORK_DIR}/${BUNDLE} -d ${TOOLS_WORK_DIR} echo "Set Java version" @@ -41,4 +41,4 @@ while true; do sleep 5 echo waiting ${COUNT} secs... fi -done \ No newline at end of file +done