Hack to get CSIT test working
[cps.git] / 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