From: sourabh_sourabh Date: Wed, 9 Nov 2022 10:46:33 +0000 (+0000) Subject: Hack to get CSIT test working X-Git-Tag: 1.3.0~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=435b2c40e8043055920f801437f9b16f7ccdf265;p=cps%2Fncmp-dmi-plugin.git Hack to get CSIT test working Reviewers : Toine, Priyank and Luke Issue-ID: CPS-1353 Signed-off-by: sourabh_sourabh Change-Id: Ia9c5a907562793940d663e82033fa0eb2f1049a1 Signed-off-by: sourabh_sourabh --- diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh index e295b038..59240a98 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