From 9d4cf18ee456c3b095948622ea10c9320a218591 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 25 Apr 2019 11:34:38 -0400 Subject: 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 --- run-csit.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'run-csit.sh') 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 -- cgit 1.2.3-korg