From 4230e09c42010c9726e9630fbd22995bb39bf301 Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 26 Apr 2016 09:06:27 -0700 Subject: [PATCH] use actual $WORKSPACE instead of /tmp for pybot variable Change-Id: If51fdc545245b0850a6ac7cd17a21c4f010b7d20 Signed-off-by: Jamo Luhrsen --- .../include-raw-integration-deploy-devstack-testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:\]\> \ -- 2.36.6