X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=run-csit.sh;fp=run-csit.sh;h=b729c64b75fe556b1a173e85d2484269f259b634;hb=5917568406e4c971421c6592237aa62abcd22990;hp=9b744dbd188b1aedb5599ffc8b878989a51e30f7;hpb=ad13ac513154e79be13a6210708144bfeef26907;p=integration%2Fcsit.git diff --git a/run-csit.sh b/run-csit.sh index 9b744dbd..b729c64b 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 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