From b095ce2f40f408bb5d0f8476123010f08cc94077 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Tue, 8 Nov 2022 18:28:10 +0000 Subject: [PATCH] Hack to get CSIT test working Issue-ID: CPS-1353 Signed-off-by: ToineSiebelink Change-Id: I47b0b4e628e6685c0b63bf64ef3a147d6d9de774 --- csit/prepare-csit.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh index 8ef6323d6..739266be2 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 -- 2.16.6