aboutsummaryrefslogtreecommitdiffstats
path: root/prepare-csit.sh
diff options
context:
space:
mode:
authorumry8364 <morgan.richomme@orange.com>2019-10-07 08:52:24 +0200
committerumry8364 <morgan.richomme@orange.com>2019-10-07 16:09:17 +0200
commitc0f92bbfe747f22a2342ef780991e58a902e3618 (patch)
tree02fb8afbdb0e2af408c16650aaa0fe5510971236 /prepare-csit.sh
parent72b4bc7eb109847c023ffed5d26b0a832730dea5 (diff)
Align robotframework-onap version for CSIT tests
Issue-ID: INT-1237 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: I91124833425b99978830223b062bde12a305fdb2 Signed-off-by: umry8364 <morgan.richomme@orange.com>
Diffstat (limited to 'prepare-csit.sh')
-rwxr-xr-xprepare-csit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare-csit.sh b/prepare-csit.sh
index 03a53947..cd6e6dbc 100755
--- a/prepare-csit.sh
+++ b/prepare-csit.sh
@@ -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