diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2022-11-08 18:28:10 +0000 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2022-11-08 18:28:18 +0000 |
commit | b095ce2f40f408bb5d0f8476123010f08cc94077 (patch) | |
tree | d8b0672d804ac8ece6fffbb90c5eba0b06471365 | |
parent | 14e5bf958bb2b114e3e7d8876bd6f031900c79ec (diff) |
Hack to get CSIT test working
Issue-ID: CPS-1353
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I47b0b4e628e6685c0b63bf64ef3a147d6d9de774
-rwxr-xr-x | csit/prepare-csit.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/csit/prepare-csit.sh b/csit/prepare-csit.sh index 8ef6323d6d..739266be27 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 |