From: Vratko Polak Date: Wed, 1 Apr 2015 16:50:41 +0000 (+0200) Subject: Integration run test: pass ${NEXUSURL_PREFIX} to pybot X-Git-Tag: release/lithium~299 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=e9a781f04e280e9e34e6ac426376f9e7a57fda3f;p=releng%2Fbuilder.git Integration run test: pass ${NEXUSURL_PREFIX} to pybot https://git.opendaylight.org/gerrit/#/c/17468/ as introduced ${NEXUSURL_PREFIX} to use instead hardcoded (part of) URL. As there may be test suites downloading things from nexus, let them know URL part to use, by passing it via -v Change-Id: I550b8dc4742e1d577a195598fb17f304fada7ca5 Signed-off-by: Vratko Polak --- diff --git a/jjb/integration/include-raw-integration-deploy-controller-run-test.sh b/jjb/integration/include-raw-integration-deploy-controller-run-test.sh index 1be01ad35..9210b45be 100644 --- a/jjb/integration/include-raw-integration-deploy-controller-run-test.sh +++ b/jjb/integration/include-raw-integration-deploy-controller-run-test.sh @@ -102,7 +102,7 @@ cat testplan.txt SUITES=$( egrep -v '(^[[:space:]]*#|^[[:space:]]*$)' testplan.txt | tr '\012' ' ' ) echo "Starting Robot test suites ${SUITES} ..." -pybot -N ${TESTPLAN} -c critical -e exclude --loglevel TRACE -v BUNDLEFOLDER:${BUNDLEFOLDER} -v WORKSPACE:/tmp -v CONTROLLER:${CONTROLLER0} -v MININET:${MININET0} -v MININET_USER:${USER} -v USER_HOME:${HOME} ${TESTOPTIONS} ${SUITES} +pybot -N ${TESTPLAN} -c critical -e exclude --loglevel TRACE -v BUNDLEFOLDER:${BUNDLEFOLDER} -v WORKSPACE:/tmp -v CONTROLLER:${CONTROLLER0} -v MININET:${MININET0} -v MININET_USER:${USER} -v USER_HOME:${HOME} -v NEXUSURL_PREFIX:${NEXUSURL_PREFIX} ${TESTOPTIONS} ${SUITES} echo "Fetching Karaf log" scp ${CONTROLLER0}:/tmp/${BUNDLEFOLDER}/data/log/karaf.log .