From: Michal Jagiello Date: Fri, 3 Feb 2023 07:26:11 +0000 (+0000) Subject: Install the latest robotframework-onap X-Git-Url: https://gerrit.onap.org/r/gitweb?p=integration%2Fcsit.git;a=commitdiff_plain;h=f99109947acc54f7a0f634639ea2af4865becc6a Install the latest robotframework-onap As that library is using still Python2.7 which is deprecated the older versions of requirements needs to be used. That was updated with the latest version Issue-ID: SO-4067 Signed-off-by: Michal Jagiello Change-Id: I89c14bd9d0077b7cb36f48dd01bc828ac01647a9 --- diff --git a/prepare-csit.sh b/prepare-csit.sh index cd6e6dbc..4e3edeb6 100755 --- a/prepare-csit.sh +++ b/prepare-csit.sh @@ -23,7 +23,7 @@ fi TESTPLANDIR=${WORKSPACE}/${TESTPLAN} -# Assume that if ROBOT_VENV is set and virtualenv with system site packages can be activated, +# Assume that if ROBOT_VENV is set and virtualenv with system site packages can be activated, # ci-management/jjb/integration/include-raw-integration-install-robotframework.sh has already # been executed @@ -46,7 +46,7 @@ pip install robotframework-selenium2library==1.8.0 robotframework-extendedseleni # install eteutils mkdir -p ${ROBOT_VENV}/src/onap rm -rf ${ROBOT_VENV}/src/onap/testsuite -pip install --upgrade --extra-index-url="https://nexus3.onap.org/repository/PyPi.staging/simple" 'robotframework-onap==0.5.1.*' --pre +pip install --upgrade --extra-index-url="https://nexus3.onap.org/repository/PyPi.staging/simple" 'robotframework-onap==11.0.0.*' --pre pip freeze