X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=run-csit.sh;h=fa1ee2df7809ae6af8798d57037a1e35bf919002;hb=refs%2Fheads%2Fdublin;hp=9b744dbd188b1aedb5599ffc8b878989a51e30f7;hpb=13111e94c63f26b3234ae28ff46df3ce8392636d;p=integration%2Fcsit.git diff --git a/run-csit.sh b/run-csit.sh index 9b744dbd..fa1ee2df 100755 --- a/run-csit.sh +++ b/run-csit.sh @@ -97,8 +97,8 @@ pip install robotframework-selenium2library==1.8.0 robotframework-extendedseleni # install eteutils mkdir -p ${ROBOT_VENV}/src/onap rm -rf ${ROBOT_VENV}/src/onap/testsuite -git clone 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 +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/robotframework-onap pip freeze