Integration run test: pass ${NEXUSURL_PREFIX} to pybot 69/17569/1
authorVratko Polak <vrpolak@cisco.com>
Wed, 1 Apr 2015 16:50:41 +0000 (18:50 +0200)
committerVratko Polak <vrpolak@cisco.com>
Wed, 1 Apr 2015 16:50:41 +0000 (18:50 +0200)
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 <vrpolak@cisco.com>
jjb/integration/include-raw-integration-deploy-controller-run-test.sh

index 1be01ad35daa6aa532b2b55b3a0602a5db4edf86..9210b45be3f25b5590e080fcef6f75326bd5cfa6 100644 (file)
@@ -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 .