Install the latest robotframework-onap 39/133139/2
authorMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 3 Feb 2023 07:26:11 +0000 (07:26 +0000)
committerMichal Jagiello <michal.jagiello@t-mobile.pl>
Fri, 3 Feb 2023 07:37:57 +0000 (07:37 +0000)
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

prepare-csit.sh

index cd6e6db..4e3edeb 100755 (executable)
@@ -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