From: DR695H Date: Thu, 30 May 2019 20:35:26 +0000 (-0400) Subject: csit should pull from the pypi instead of git X-Git-Tag: 6.0.0-ONAP~283 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F88969%2F1;p=integration%2Fcsit.git csit should pull from the pypi instead of git Change-Id: Ia04a0b06cac6ef415d427701caa09e40c8e15eae Issue-ID: TEST-159 Signed-off-by: DR695H --- diff --git a/run-csit.sh b/run-csit.sh index 93f4b7e2..eeb8d59f 100755 --- a/run-csit.sh +++ b/run-csit.sh @@ -97,9 +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 -C ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils checkout master -pip install --upgrade ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils/robotframework-onap +pip install --upgrade --extra-index-url="https://nexus3.onap.org/repository/PyPi.staging/simple" 'robotframework-onap==0.4' pip freeze