From: DR695H Date: Thu, 25 Apr 2019 15:34:38 +0000 (-0400) Subject: Adjust python-testing-utils install command X-Git-Tag: 6.0.0-ONAP~316 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=integration%2Fcsit.git;a=commitdiff_plain;h=9d4cf18ee456c3b095948622ea10c9320a218591 Adjust python-testing-utils install command Add robotframework-onap subdirectory to checkout the right branch previousely we automatically checked out the default branch which can change by external things and would also be wrong for past releases Change-Id: I1e8d2dac6aee04a58494d84bd038340b21f0dd04 Issue-ID: TEST-143 Signed-off-by: DR695H --- diff --git a/run-csit.sh b/run-csit.sh index b729c64b..93f4b7e2 100755 --- a/run-csit.sh +++ b/run-csit.sh @@ -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