From 2265f9cbfa885dbaecc0fa1d0205aae1aa552bfa Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 30 May 2019 17:19:18 -0400 Subject: csit should install test utils from robotframework-onap Change-Id: I222a00ae5dd3a7e1b7e42f344981a0fa0bdb9c88 Issue-ID: TEST-160 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 200a1f53..fa1ee2df 100755 --- a/run-csit.sh +++ b/run-csit.sh @@ -98,7 +98,7 @@ pip install robotframework-selenium2library==1.8.0 robotframework-extendedseleni mkdir -p ${ROBOT_VENV}/src/onap rm -rf ${ROBOT_VENV}/src/onap/testsuite 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 install --upgrade ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils/robotframework-onap pip freeze -- cgit 1.2.3-korg