From 1a278216453d9d542078c212347940a9a88f9fc6 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 9 May 2019 17:42:26 -0400 Subject: Add duyblin branch to csit Change-Id: I9f34f6ab19d57757b5e6b58724a4be12d60cd40f Issue-ID: TEST-144 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..200a1f53 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 dublin 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