Add duyblin branch to csit 03/87403/1
authorDR695H <dr695h@att.com>
Thu, 9 May 2019 21:42:26 +0000 (17:42 -0400)
committerDR695H <dr695h@att.com>
Thu, 9 May 2019 21:48:11 +0000 (17:48 -0400)
Change-Id: I9f34f6ab19d57757b5e6b58724a4be12d60cd40f
Issue-ID: TEST-144
Signed-off-by: DR695H <dr695h@att.com>
run-csit.sh

index 9b744db..200a1f5 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 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