X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=run-csit.sh;h=fa1ee2df7809ae6af8798d57037a1e35bf919002;hb=refs%2Fheads%2Fdublin;hp=200a1f535afce342b0effde70bee8e570c488488;hpb=87e517a8bc97374db07b04a0577a4df6c07a8342;p=integration%2Fcsit.git diff --git a/run-csit.sh b/run-csit.sh index 200a1f53..fa1ee2df 100755 --- a/run-csit.sh +++ b/run-csit.sh @@ -98,7 +98,7 @@ pip install robotframework-selenium2library==1.8.0 robotframework-extendedseleni mkdir -p ${ROBOT_VENV}/src/onap rm -rf ${ROBOT_VENV}/src/onap/testsuite git clone -b dublin https://gerrit.onap.org/r/testsuite/python-testing-utils.git ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils -pip install --upgrade ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils +pip install --upgrade ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils/robotframework-onap pip freeze