From: Jamo Luhrsen Date: Tue, 26 Apr 2016 16:06:27 +0000 (-0700) Subject: use actual $WORKSPACE instead of /tmp for pybot variable X-Git-Tag: release/beryllium-sr2~25 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=4230e09c42010c9726e9630fbd22995bb39bf301 use actual $WORKSPACE instead of /tmp for pybot variable Change-Id: If51fdc545245b0850a6ac7cd17a21c4f010b7d20 Signed-off-by: Jamo Luhrsen --- diff --git a/jjb/integration/include-raw-integration-deploy-devstack-testing.sh b/jjb/integration/include-raw-integration-deploy-devstack-testing.sh index 9e3227bd8..433c0b8ed 100644 --- a/jjb/integration/include-raw-integration-deploy-devstack-testing.sh +++ b/jjb/integration/include-raw-integration-deploy-devstack-testing.sh @@ -7,7 +7,7 @@ SUITES=$( egrep -v '(^[[:space:]]*#|^[[:space:]]*$)' testplan.txt | tr '\012' ' echo "Starting Robot test suites ${SUITES} ..." pybot -e exclude \ --v WORKSPACE:/tmp -v USER_HOME:$HOME -L TRACE \ +-v WORKSPACE:$WORKSPACE -v USER_HOME:$HOME -L TRACE \ -v DEVSTACK_SYSTEM_USER:$USER \ -v DEVSTACK_SYSTEM_IP:$OPENSTACK_CONTROL_NODE_IP \ -v DEFAULT_LINUX_PROMPT:\]\> \