make casablanca the branch to use 25/86425/1 casablanca
authorDR695H <dr695h@att.com>
Fri, 26 Apr 2019 15:19:09 +0000 (11:19 -0400)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 26 Apr 2019 17:21:33 +0000 (10:21 -0700)
Change-Id: I89d31410980ac9fc8e2dbba864c762e921266b11
Issue-ID: TEST-143
Signed-off-by: DR695H <dr695h@att.com>
run-csit.sh

index 9b744db..8b4d0d7 100755 (executable)
@@ -97,7 +97,7 @@ pip install robotframework-selenium2library==1.8.0 robotframework-extendedseleni
 # install eteutils
 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 clone -b casablanca 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 freeze