aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-02-03 07:26:11 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-02-03 07:37:57 +0000
commitf99109947acc54f7a0f634639ea2af4865becc6a (patch)
treed769a681c33640e3b84e7630fa58be9c79372a9e
parent08bc9551a07da29c478ca2f6487aafa651ea95dd (diff)
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 <michal.jagiello@t-mobile.pl> Change-Id: I89c14bd9d0077b7cb36f48dd01bc828ac01647a9
-rwxr-xr-xprepare-csit.sh4
1 files changed, 2 insertions, 2 deletions
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