aboutsummaryrefslogtreecommitdiffstats
path: root/csit
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2022-11-08 18:28:10 +0000
committerToineSiebelink <toine.siebelink@est.tech>2022-11-08 18:28:18 +0000
commitb095ce2f40f408bb5d0f8476123010f08cc94077 (patch)
treed8b0672d804ac8ece6fffbb90c5eba0b06471365 /csit
parent14e5bf958bb2b114e3e7d8876bd6f031900c79ec (diff)
Hack to get CSIT test working
Issue-ID: CPS-1353 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I47b0b4e628e6685c0b63bf64ef3a147d6d9de774
Diffstat (limited to 'csit')
-rwxr-xr-xcsit/prepare-csit.sh8
1 files 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