From 5917568406e4c971421c6592237aa62abcd22990 Mon Sep 17 00:00:00 2001 From: kaihlavi Date: Thu, 25 Apr 2019 15:58:23 +0300 Subject: 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 --- run-csit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-csit.sh') 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 -- cgit 1.2.3-korg