Merge "Create CSIT HealthCheck Test for SDNC"
[integration.git] / test / csit / run-csit.sh
index 657de56..5c094f8 100755 (executable)
@@ -93,6 +93,12 @@ if ! type pybot > /dev/null; then
     source ${ROBOT_VENV}/bin/activate
 fi
 
+# 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
+pip install --upgrade ${ROBOT_VENV}/src/onap/testsuite/python-testing-utils
+
 
 WORKDIR=`mktemp -d --suffix=-robot-workdir`
 cd ${WORKDIR}
@@ -107,6 +113,9 @@ export PATH=${PATH}:${WORKSPACE}/test/csit/docker/scripts:${WORKSPACE}/test/csit
 export SCRIPTS=${WORKSPACE}/test/csit/scripts
 export ROBOT_VARIABLES=
 
+# Sign in to nexus3 docker repo
+docker login -u anonymous -p anonymous nexus3.onap.org:10001
+
 # Run setup script plan if it exists
 cd ${TESTPLANDIR}
 SETUP=${TESTPLANDIR}/setup.sh