X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=run-csit.sh;fp=run-csit.sh;h=8b4d0d7e4e80b4dc2630e7f090833aa24c56ef3b;hb=e6adea2c108c9125fb430eff4dfbc1b688f34e95;hp=9b744dbd188b1aedb5599ffc8b878989a51e30f7;hpb=de8f8d99a297ba471b45fb6ddc08a7b9eff5c5e8;p=integration%2Fcsit.git diff --git a/run-csit.sh b/run-csit.sh index 9b744dbd..8b4d0d7e 100755 --- a/run-csit.sh +++ b/run-csit.sh @@ -97,7 +97,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 -git clone https://gerrit.onap.org/r/testsuite/python-testing-utils.git ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils +git clone -b casablanca 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 freeze