From: kaihlavi Date: Thu, 25 Apr 2019 12:58:23 +0000 (+0300) Subject: Adjust python-testing-utils install command X-Git-Tag: 6.0.0-ONAP~317 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F86288%2F1;p=integration%2Fcsit.git Adjust python-testing-utils install command 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 --- diff --git a/run-csit.sh b/run-csit.sh index 9b744dbd..b729c64b 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 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