X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-start-cluster-run-test.sh;fp=jjb%2Fintegration%2Finclude-raw-integration-start-cluster-run-test.sh;h=ad112030a8885bdf505e33adc0e62a791194b687;hb=e2a5dd614aa026f9cdceb9f825133f6114a81a44;hp=91ef4d88a564bae37f2b253c9b32b465e5a17000;hpb=df28a06d63efc89271746877ddeb34b03eb5350b;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-start-cluster-run-test.sh b/jjb/integration/include-raw-integration-start-cluster-run-test.sh index 91ef4d88a..ad112030a 100644 --- a/jjb/integration/include-raw-integration-start-cluster-run-test.sh +++ b/jjb/integration/include-raw-integration-start-cluster-run-test.sh @@ -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 ##"