X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=csit%2Fprepare-csit.sh;h=c40f4c1bfef33f2e7ab7353d8f55f822503733ec;hb=aadba882d838316cd353a2b6d54e6e52416e86f7;hp=739266be27290f1f3bddb2e09d20f18b91bbcb0e;hpb=87e0299bb0bfc688de6d82207477bca0bcc14850;p=cps.git diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh index 739266be27..c40f4c1bfe 100755 --- a/csit/prepare-csit.sh +++ b/csit/prepare-csit.sh @@ -33,14 +33,14 @@ TESTPLANDIR=${WORKSPACE}/${TESTPLAN} if [ -f ${WORKSPACE}/env.properties ]; then source ${WORKSPACE}/env.properties fi -#if [ -f ${ROBOT_VENV}/bin/activate ]; then -# source ${ROBOT_VENV}/bin/activate -#else +if [ -f ${ROBOT_VENV}/bin/activate ]; then + source ${ROBOT_VENV}/bin/activate +else rm -rf /tmp/ci-management rm -f ${WORKSPACE}/env.properties cd /tmp source ${WORKSPACE}/install-robotframework.sh -#fi +fi # install eteutils mkdir -p ${ROBOT_VENV}/src/onap