X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=run-csit.sh;h=200a1f535afce342b0effde70bee8e570c488488;hb=1a278216453d9d542078c212347940a9a88f9fc6;hp=9b744dbd188b1aedb5599ffc8b878989a51e30f7;hpb=a022da6593b7fd675db1132d920832e199427670;p=integration%2Fcsit.git diff --git a/run-csit.sh b/run-csit.sh index 9b744dbd..200a1f53 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 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 freeze