X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=run-csit.sh;h=e7457adc22436fa3ddecd76d6a381100d9251c3e;hb=65c3199202e7e44cc81b85fbdcb2f125561ffc2b;hp=043292ca746a8c6c635757ab0a05773c695b7ff3;hpb=203e43a357feca6fb93419e049b84656c946c9bc;p=integration%2Fcsit.git diff --git a/run-csit.sh b/run-csit.sh index 043292ca..e7457adc 100755 --- a/run-csit.sh +++ b/run-csit.sh @@ -67,13 +67,8 @@ export TESTOPTIONS="${2}" TESTPLANDIR=${WORKSPACE}/${TESTPLAN} -# Assume that if env.properties is set, installation prerequirements are fulfilled -# env.properties needs to be sourced for ROBOT_VENV -if [ -f ${WORKSPACE}/env.properties ]; then - source ${WORKSPACE}/env.properties -else - source ${WORKSPACE}/prepare-csit.sh -fi +# Run installation of prerequired libraries +source ${WORKSPACE}/prepare-csit.sh # Activate the virtualenv containing all the required libraries installed by prepare-csit.sh source "${ROBOT_VENV}/bin/activate"