Adjust python-testing-utils install command
[integration/csit.git] / run-csit.sh
index b729c64..93f4b7e 100755 (executable)
@@ -98,6 +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
+git -C ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils checkout master
 pip install --upgrade ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils/robotframework-onap
 
 pip freeze