diff options
author | DR695H <dr695h@att.com> | 2019-05-09 17:42:26 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-05-09 17:48:11 -0400 |
commit | 1a278216453d9d542078c212347940a9a88f9fc6 (patch) | |
tree | 0132243aa2c58297b6efd0f39be9da206f2b5aab /run-csit.sh | |
parent | a022da6593b7fd675db1132d920832e199427670 (diff) |
Add duyblin branch to csit
Change-Id: I9f34f6ab19d57757b5e6b58724a4be12d60cd40f
Issue-ID: TEST-144
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'run-csit.sh')
-rwxr-xr-x | run-csit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |