aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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