diff options
author | Daniel Rose <dr695h@att.com> | 2019-10-07 14:48:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-07 14:48:14 +0000 |
commit | 1f083f7f78f585c0c8129a2f4841509b8a277d2e (patch) | |
tree | 835b36aaf09c8b0272a044122e2bd249ad5a04d6 | |
parent | 6a4b0a66f40ca9662243dce36fd4951035039beb (diff) | |
parent | c0f92bbfe747f22a2342ef780991e58a902e3618 (diff) |
Merge "Align robotframework-onap version for CSIT tests"
-rwxr-xr-x | prepare-csit.sh | 2 |
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 |