use actual $WORKSPACE instead of /tmp for pybot variable
[releng/builder.git] / jjb / integration / include-raw-integration-deploy-devstack-testing.sh
index 9e3227bd8166a6a4d1f30231982962f036c9210f..433c0b8ededf9e035b84695a06745244cd76ef92 100644 (file)
@@ -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:\]\> \