aboutsummaryrefslogtreecommitdiffstats
path: root/run-csit.sh
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-04-25 11:34:38 -0400
committerDR695H <dr695h@att.com>2019-04-25 11:36:00 -0400
commit9d4cf18ee456c3b095948622ea10c9320a218591 (patch)
tree03f6298a7e9469542be3323a0b58e7698cbb35d9 /run-csit.sh
parent5917568406e4c971421c6592237aa62abcd22990 (diff)
Adjust python-testing-utils install command
Add robotframework-onap subdirectory to checkout the right branch previousely we automatically checked out the default branch which can change by external things and would also be wrong for past releases Change-Id: I1e8d2dac6aee04a58494d84bd038340b21f0dd04 Issue-ID: TEST-143 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'run-csit.sh')
-rwxr-xr-xrun-csit.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-csit.sh b/run-csit.sh
index b729c64b..93f4b7e2 100755
--- a/run-csit.sh
+++ b/run-csit.sh
@@ -98,6 +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
+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 freeze