use actual $WORKSPACE instead of /tmp for pybot variable 19/38119/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 26 Apr 2016 16:06:27 +0000 (09:06 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 26 Apr 2016 16:06:27 +0000 (09:06 -0700)
Change-Id: If51fdc545245b0850a6ac7cd17a21c4f010b7d20
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
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:\]\> \