X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-deploy-controller-run-test.sh;h=865c31a693b36a30ca1875910cd3a89890c433ba;hb=e2a5dd614aa026f9cdceb9f825133f6114a81a44;hp=42f1e26e88e7ae746d0cc288003633cd8b870933;hpb=df28a06d63efc89271746877ddeb34b03eb5350b;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-deploy-controller-run-test.sh b/jjb/integration/include-raw-integration-deploy-controller-run-test.sh index 42f1e26e8..865c31a69 100644 --- a/jjb/integration/include-raw-integration-deploy-controller-run-test.sh +++ b/jjb/integration/include-raw-integration-deploy-controller-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 CONTROLLERMEM="2048m"