aboutsummaryrefslogtreecommitdiffstats
path: root/run-csit.sh
diff options
context:
space:
mode:
authorkaihlavi <l.kaihlavirt@partner.samsung.com>2019-04-25 15:58:23 +0300
committerkaihlavi <l.kaihlavirt@partner.samsung.com>2019-04-25 15:58:23 +0300
commit5917568406e4c971421c6592237aa62abcd22990 (patch)
tree01dfbc5d7a1464d41cd3708124c44d2029fb165b /run-csit.sh
parentad13ac513154e79be13a6210708144bfeef26907 (diff)
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 <l.kaihlavirt@partner.samsung.com>
Diffstat (limited to 'run-csit.sh')
-rwxr-xr-xrun-csit.sh2
1 files changed, 1 insertions, 1 deletions
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