Adjust python-testing-utils install command 88/86288/1
authorkaihlavi <l.kaihlavirt@partner.samsung.com>
Thu, 25 Apr 2019 12:58:23 +0000 (15:58 +0300)
committerkaihlavi <l.kaihlavirt@partner.samsung.com>
Thu, 25 Apr 2019 12:58:23 +0000 (15:58 +0300)
Add robotframework-onap subdirectory to pip install
of python-testing-utils to adjust to refactored structure

Change-Id: Ia68bacb222e461218f1e02b4cb7ae1b94dde4584
Issue-ID: TEST-141
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
run-csit.sh

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