Hack to get CSIT test working
Reviewers : Toine, Priyank and Luke
Issue-ID: CPS-1353
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Change-Id: Ia9c5a907562793940d663e82033fa0eb2f1049a1
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh
index e295b03..59240a9 100755
--- a/csit/prepare-csit.sh
+++ b/csit/prepare-csit.sh
@@ -33,14 +33,14 @@
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