aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-04-26 11:19:09 -0400
committerGary Wu <gary.i.wu@huawei.com>2019-04-26 10:21:33 -0700
commite6adea2c108c9125fb430eff4dfbc1b688f34e95 (patch)
tree3f4322d983b4a5a4a88486646b28f5428e665e50
parentde8f8d99a297ba471b45fb6ddc08a7b9eff5c5e8 (diff)
make casablanca the branch to usecasablanca
Change-Id: I89d31410980ac9fc8e2dbba864c762e921266b11 Issue-ID: TEST-143 Signed-off-by: DR695H <dr695h@att.com>
-rwxr-xr-xrun-csit.sh2
1 files changed, 1 insertions, 1 deletions
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