Merge "Change MININET to TOOLS_SYSTEM_IP in get-slave-addresses.sh"
[releng/builder.git] / jjb / integration / include-raw-integration-start-cluster-run-test.sh
index 91ef4d88a564bae37f2b253c9b32b465e5a17000..ad112030a8885bdf505e33adc0e62a791194b687 100644 (file)
@@ -1,5 +1,7 @@
 # Activate robotframework virtualenv
-source $WORKSPACE/venv-robotframework/bin/activate
+# ${ROBOT_VENV} comes from the include-raw-integration-install-robotframework.sh
+# script.
+source ${ROBOT_VENV}/bin/activate
 
 echo "#################################################"
 echo "##         Verify Cluster is UP                ##"