From: DR695H Date: Thu, 9 May 2019 21:42:26 +0000 (-0400) Subject: Add duyblin branch to csit X-Git-Tag: 4.0.0-ONAP~19 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1a278216453d9d542078c212347940a9a88f9fc6;hp=a022da6593b7fd675db1132d920832e199427670;p=integration%2Fcsit.git Add duyblin branch to csit Change-Id: I9f34f6ab19d57757b5e6b58724a4be12d60cd40f Issue-ID: TEST-144 Signed-off-by: DR695H --- 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