From e6adea2c108c9125fb430eff4dfbc1b688f34e95 Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 26 Apr 2019 11:19:09 -0400 Subject: make casablanca the branch to use Change-Id: I89d31410980ac9fc8e2dbba864c762e921266b11 Issue-ID: TEST-143 Signed-off-by: DR695H --- run-csit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-csit.sh b/run-csit.sh index 9b744dbd..8b4d0d7e 100755 --- a/run-csit.sh +++ b/run-csit.sh @@ -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 -- cgit 1.2.3-korg