Adjust python-testing-utils install command 16/86316/1
authorDR695H <dr695h@att.com>
Thu, 25 Apr 2019 15:34:38 +0000 (11:34 -0400)
committerDR695H <dr695h@att.com>
Thu, 25 Apr 2019 15:36:00 +0000 (11:36 -0400)
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 <dr695h@att.com>
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