diff options
author | DR695H <dr695h@att.com> | 2019-05-30 16:35:26 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-05-30 16:37:47 -0400 |
commit | 401430c55972f42f05ea53e97f4e6eaf9f0be0e4 (patch) | |
tree | 51c52d5c7b87241539b28b33b6fdfac047ca2fb9 | |
parent | 6f92e2978ffa8245ec29f84a18c86cc5da435a02 (diff) |
csit should pull from the pypi instead of git
Change-Id: Ia04a0b06cac6ef415d427701caa09e40c8e15eae
Issue-ID: TEST-159
Signed-off-by: DR695H <dr695h@att.com>
-rwxr-xr-x | run-csit.sh | 4 |
1 files changed, 1 insertions, 3 deletions
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 |