Hack to get CSIT test working 51/132051/1
authorToineSiebelink <toine.siebelink@est.tech>
Tue, 8 Nov 2022 18:28:10 +0000 (18:28 +0000)
committerToineSiebelink <toine.siebelink@est.tech>
Tue, 8 Nov 2022 18:28:18 +0000 (18:28 +0000)
Issue-ID: CPS-1353
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I47b0b4e628e6685c0b63bf64ef3a147d6d9de774

csit/prepare-csit.sh

index 8ef6323..739266b 100755 (executable)
@@ -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