Align robotframework-onap version for CSIT tests 62/96662/2
authorumry8364 <morgan.richomme@orange.com>
Mon, 7 Oct 2019 06:52:24 +0000 (08:52 +0200)
committerumry8364 <morgan.richomme@orange.com>
Mon, 7 Oct 2019 14:09:17 +0000 (16:09 +0200)
Issue-ID: INT-1237

Signed-off-by: umry8364 <morgan.richomme@orange.com>
Change-Id: I91124833425b99978830223b062bde12a305fdb2
Signed-off-by: umry8364 <morgan.richomme@orange.com>
prepare-csit.sh

index 03a5394..cd6e6db 100755 (executable)
@@ -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'
+pip install --upgrade --extra-index-url="https://nexus3.onap.org/repository/PyPi.staging/simple" 'robotframework-onap==0.5.1.*' --pre
 
 pip freeze