csit should install test utils from robotframework-onap 78/88978/1
authorDR695H <dr695h@att.com>
Thu, 30 May 2019 21:19:18 +0000 (17:19 -0400)
committerDR695H <dr695h@att.com>
Thu, 30 May 2019 21:25:36 +0000 (17:25 -0400)
Change-Id: I222a00ae5dd3a7e1b7e42f344981a0fa0bdb9c88
Issue-ID: TEST-160
Signed-off-by: DR695H <dr695h@att.com>
run-csit.sh

index 200a1f5..fa1ee2d 100755 (executable)
@@ -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